Home
last modified time | relevance | path

Searched refs:fdt_path_offset (Results 1 – 25 of 41) sorted by relevance

12

/external/dtc/tests/
Dnop_node.c28 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()
Ddel_node.c33 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()
Doverlay.c33 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()
Dreferences.c72 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()
Dnode_offset_by_compatible.c48 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()
Dpath-references.c61 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()
Dnode_offset_by_prop_value.c73 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()
Dstringlist.c23 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()
Dsupernode_atdepth_offset.c72 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()
Dpath_offset_aliases.c22 offset = fdt_path_offset(fdt, full_path); in check_alias()
23 offset_a = fdt_path_offset(fdt, alias_path); in check_alias()
Dnode_offset_by_phandle.c37 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main()
38 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0"); in main()
Dnode_check_compatible.c23 offset = fdt_path_offset(fdt, path); in check_compatible()
40 offset = fdt_path_offset(fdt, path); in check_not_compatible()
Dparent_offset.c41 nodeoffset = fdt_path_offset(fdt, path); in check_path()
45 parentpathoffset = fdt_path_offset(fdt, parentpath); in check_path()
Daddr_size_cells2.c22 offset = fdt_path_offset(fdt, path); in check_node()
Dnotfound.c53 offset = fdt_path_offset(fdt, "/nonexistant-subnode"); in main()
Dcheck_path.c64 exists = fdt_path_offset(fdt_base, argv[3]) >= 0; in main()
Daddr_size_cells.c22 offset = fdt_path_offset(fdt, path); in check_node()
Dphandle_format.c43 n4 = fdt_path_offset(fdt, "/node4"); in main()
Dget_name.c28 offset = fdt_path_offset(fdt, path); in check_name()
/external/arm-trusted-firmware/common/
Dfdt_fixup.c68 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()
Dfdt_wrappers.c310 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/
Dstm32mp_clkfunc.c32 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/
Dfdtput.c159 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/
Dfdt_overlay.c75 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/
Dfconf_hw_config_getter.c90 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()

12