Lines Matching refs:of_find_node_by_path

53 	np = of_find_node_by_path("/testcase-data");  in of_unittest_find_node_by_name()
61 np = of_find_node_by_path("/testcase-data/"); in of_unittest_find_node_by_name()
64 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
71 np = of_find_node_by_path("testcase-alias"); in of_unittest_find_node_by_name()
79 np = of_find_node_by_path("testcase-alias/"); in of_unittest_find_node_by_name()
82 np = of_find_node_by_path("testcase-alias/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
89 np = of_find_node_by_path("/testcase-data/missing-path"); in of_unittest_find_node_by_name()
93 np = of_find_node_by_path("missing-alias"); in of_unittest_find_node_by_name()
97 np = of_find_node_by_path("testcase-alias/missing-path"); in of_unittest_find_node_by_name()
152 np = of_find_node_by_path("/testcase-data"); in of_unittest_dynamic()
292 np = of_find_node_by_path(full_name); in of_unittest_printf()
370 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_parse_phandle_with_args()
478 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-b"); in of_unittest_parse_phandle_with_args_map()
484 p0 = of_find_node_by_path("/testcase-data/phandle-tests/provider0"); in of_unittest_parse_phandle_with_args_map()
490 p1 = of_find_node_by_path("/testcase-data/phandle-tests/provider1"); in of_unittest_parse_phandle_with_args_map()
496 p2 = of_find_node_by_path("/testcase-data/phandle-tests/provider2"); in of_unittest_parse_phandle_with_args_map()
502 p3 = of_find_node_by_path("/testcase-data/phandle-tests/provider3"); in of_unittest_parse_phandle_with_args_map()
602 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_property_string()
723 nchangeset = of_find_node_by_path("/testcase-data/changeset"); in of_unittest_changeset()
772 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")), in of_unittest_changeset()
791 np = of_find_node_by_path("/testcase-data/interrupts/interrupts0"); in of_unittest_parse_interrupts()
812 np = of_find_node_by_path("/testcase-data/interrupts/interrupts1"); in of_unittest_parse_interrupts()
868 np = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0"); in of_unittest_parse_interrupts_extended()
975 np = of_find_node_by_path(match_node_tests[i].path); in of_unittest_match_node()
1017 np = of_find_node_by_path("/testcase-data"); in of_unittest_platform_populate()
1021 np = of_find_node_by_path("/testcase-data/testcase-device1"); in of_unittest_platform_populate()
1031 np = of_find_node_by_path("/testcase-data/testcase-device2"); in of_unittest_platform_populate()
1039 np = of_find_node_by_path("/testcase-data/platform-tests"); in of_unittest_platform_populate()
1152 dup = of_find_node_by_path(full_name); in attach_node_and_children()
1230 of_aliases = of_find_node_by_path("/aliases"); in unittest_data_add()
1231 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
1301 np = of_find_node_by_path(path); in of_path_to_platform_device()
1329 np = of_find_node_by_path(path); in of_path_to_i2c_client()
2103 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
2536 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
2538 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest()