/external/dtc/tests/ |
D | nop_node.c | 28 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 34 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 40 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main() 50 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 56 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 62 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main() 72 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 78 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 84 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
|
D | del_node.c | 33 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 39 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 45 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main() 55 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 61 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 67 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main() 77 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 83 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 89 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
|
D | overlay.c | 33 node_off = fdt_path_offset(fdt, path); in fdt_getprop_u32_by_poffset() 51 node_off = fdt_path_offset(fdt, path); in check_getprop_string_by_name() 65 node_off = fdt_path_offset(fdt, path); in check_getprop_u32_by_name() 78 node_off = fdt_path_offset(fdt, path); in check_getprop_null_by_name() 126 off = fdt_path_offset(fdt, "/test-node/new-local-node"); in fdt_overlay_local_phandle() 151 off = fdt_path_offset(fdt, "/test-node/new-local-node"); in fdt_overlay_local_phandles() 157 off = fdt_path_offset(fdt, "/test-node"); in fdt_overlay_local_phandles() 214 if (fdt_path_offset(fdt_base, "/__symbols__") >= 0) { in main()
|
D | references.c | 72 n1 = fdt_path_offset(fdt, "/node1"); in main() 75 n2 = fdt_path_offset(fdt, "/node2"); in main() 78 n3 = fdt_path_offset(fdt, "/node3"); in main() 81 n4 = fdt_path_offset(fdt, "/node4"); in main() 84 n5 = fdt_path_offset(fdt, "/node5"); in main() 87 n6 = fdt_path_offset(fdt, "/node6"); in main()
|
D | node_offset_by_compatible.c | 48 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 49 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 50 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode"); in main() 51 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | path-references.c | 61 n1 = fdt_path_offset(fdt, "/node1"); in main() 64 n2 = fdt_path_offset(fdt, "/node2"); in main() 83 n3 = fdt_path_offset(fdt, "/foo/baz"); in main() 86 n4 = fdt_path_offset(fdt, "/foobar/baz"); in main()
|
D | node_offset_by_prop_value.c | 73 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main() 74 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 75 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode"); in main() 76 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | stringlist.c | 23 offset = fdt_path_offset(fdt, "/"); in check_expected_failure() 63 offset = fdt_path_offset(fdt, path); in check_string_count() 83 offset = fdt_path_offset(fdt, path); in check_string_index() 101 offset = fdt_path_offset(fdt, path); in check_string()
|
D | supernode_atdepth_offset.c | 72 nodeoffset = fdt_path_offset(fdt, path); in check_supernode_atdepth() 75 superpathoffset = fdt_path_offset(fdt, superpath); in check_supernode_atdepth() 100 nodeoffset = fdt_path_offset(fdt, path); in check_supernode_overdepth()
|
D | path_offset_aliases.c | 22 offset = fdt_path_offset(fdt, full_path); in check_alias() 23 offset_a = fdt_path_offset(fdt, alias_path); in check_alias()
|
D | node_offset_by_phandle.c | 37 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main() 38 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | node_check_compatible.c | 23 offset = fdt_path_offset(fdt, path); in check_compatible() 40 offset = fdt_path_offset(fdt, path); in check_not_compatible()
|
D | parent_offset.c | 41 nodeoffset = fdt_path_offset(fdt, path); in check_path() 45 parentpathoffset = fdt_path_offset(fdt, parentpath); in check_path()
|
D | addr_size_cells2.c | 22 offset = fdt_path_offset(fdt, path); in check_node()
|
D | notfound.c | 53 offset = fdt_path_offset(fdt, "/nonexistant-subnode"); in main()
|
D | check_path.c | 64 exists = fdt_path_offset(fdt_base, argv[3]) >= 0; in main()
|
D | addr_size_cells.c | 22 offset = fdt_path_offset(fdt, path); in check_node()
|
D | phandle_format.c | 43 n4 = fdt_path_offset(fdt, "/node4"); in main()
|
D | get_name.c | 28 offset = fdt_path_offset(fdt, path); in check_name()
|
/external/arm-trusted-firmware/common/ |
D | fdt_fixup.c | 68 if (fdt_path_offset(fdt, "/psci") >= 0) { in dt_add_psci_node() 73 offs = fdt_path_offset(fdt, "/"); in dt_add_psci_node() 163 offs = fdt_path_offset(fdt, "/cpus"); in dt_add_psci_cpu_enable_methods() 197 int offs = fdt_path_offset(dtb, "/reserved-memory"); in fdt_add_reserved_memory() 326 if (fdt_path_offset(dtb, "/cpus") >= 0) { in fdt_add_cpus_node()
|
D | fdt_wrappers.c | 310 node = fdt_path_offset(dtb, "/secure-chosen"); in fdt_get_stdout_node_offset() 312 node = fdt_path_offset(dtb, "/chosen"); in fdt_get_stdout_node_offset() 342 return fdt_path_offset(dtb, path); in fdt_get_stdout_node_offset()
|
/external/arm-trusted-firmware/drivers/st/clk/ |
D | stm32mp_clkfunc.c | 32 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_freq() 85 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_bool() 133 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_uint32_default()
|
/external/dtc/ |
D | fdtput.c | 159 node = fdt_path_offset(*blob, node_name); in store_key_value() 245 node = fdt_path_offset(*blob, node_name); in create_node() 273 node = fdt_path_offset(blob, node_name); in delete_prop() 299 node = fdt_path_offset(blob, node_name); in delete_node()
|
/external/dtc/libfdt/ |
D | fdt_overlay.c | 75 ret = fdt_path_offset(fdt, path); in overlay_get_target() 328 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references() 387 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle() 515 fixups_off = fdt_path_offset(fdto, "/__fixups__"); in overlay_fixup_phandles() 522 symbols_off = fdt_path_offset(fdt, "/__symbols__"); in overlay_fixup_phandles()
|
/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 90 node = fdt_path_offset(hw_config_dtb, "/cpus"); in fconf_populate_topology() 203 uart_node = fdt_path_offset(hw_config_dtb, path); in fconf_populate_uart_config()
|