Lines Matching refs:of_find_node_by_path

52 	np = of_find_node_by_path("/testcase-data");  in of_unittest_find_node_by_name()
58 np = of_find_node_by_path("/testcase-data/"); in of_unittest_find_node_by_name()
61 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
66 np = of_find_node_by_path("testcase-alias"); in of_unittest_find_node_by_name()
72 np = of_find_node_by_path("testcase-alias/"); in of_unittest_find_node_by_name()
75 np = of_find_node_by_path("testcase-alias/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
80 np = of_find_node_by_path("/testcase-data/missing-path"); in of_unittest_find_node_by_name()
84 np = of_find_node_by_path("missing-alias"); in of_unittest_find_node_by_name()
88 np = of_find_node_by_path("testcase-alias/missing-path"); in of_unittest_find_node_by_name()
143 np = of_find_node_by_path("/testcase-data"); in of_unittest_dynamic()
289 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_parse_phandle_with_args()
392 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_property_string()
507 nremove = of_find_node_by_path("/testcase-data/changeset/node-remove"); in of_unittest_changeset()
534 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")), in of_unittest_changeset()
552 np = of_find_node_by_path("/testcase-data/interrupts/interrupts0"); in of_unittest_parse_interrupts()
573 np = of_find_node_by_path("/testcase-data/interrupts/interrupts1"); in of_unittest_parse_interrupts()
626 np = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0"); in of_unittest_parse_interrupts_extended()
732 np = of_find_node_by_path(match_node_tests[i].path); in of_unittest_match_node()
769 np = of_find_node_by_path("/testcase-data"); in of_unittest_platform_populate()
773 np = of_find_node_by_path("/testcase-data/testcase-device1"); in of_unittest_platform_populate()
781 np = of_find_node_by_path("/testcase-data/testcase-device2"); in of_unittest_platform_populate()
787 np = of_find_node_by_path("/testcase-data/platform-tests"); in of_unittest_platform_populate()
851 dup = of_find_node_by_path(np->full_name); in attach_node_and_children()
926 of_aliases = of_find_node_by_path("/aliases"); in unittest_data_add()
927 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
993 np = of_find_node_by_path(path); in of_path_to_platform_device()
1021 np = of_find_node_by_path(path); in of_path_to_i2c_client()
1173 np = of_find_node_by_path(overlay_path(overlay_nr)); in of_unittest_apply_overlay()
1388 np = of_find_node_by_path(overlay_path(overlay_nr + i)); in of_unittest_overlay_6()
1458 np = of_find_node_by_path(overlay_path(overlay_nr + i)); in of_unittest_overlay_8()
1866 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
1938 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
1940 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest()