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()
293 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_parse_phandle_with_args()
396 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_property_string()
511 nremove = of_find_node_by_path("/testcase-data/changeset/node-remove"); in of_unittest_changeset()
538 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")), in of_unittest_changeset()
556 np = of_find_node_by_path("/testcase-data/interrupts/interrupts0"); in of_unittest_parse_interrupts()
577 np = of_find_node_by_path("/testcase-data/interrupts/interrupts1"); in of_unittest_parse_interrupts()
630 np = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0"); in of_unittest_parse_interrupts_extended()
736 np = of_find_node_by_path(match_node_tests[i].path); in of_unittest_match_node()
773 np = of_find_node_by_path("/testcase-data"); in of_unittest_platform_populate()
777 np = of_find_node_by_path("/testcase-data/testcase-device1"); in of_unittest_platform_populate()
785 np = of_find_node_by_path("/testcase-data/testcase-device2"); in of_unittest_platform_populate()
791 np = of_find_node_by_path("/testcase-data/platform-tests"); in of_unittest_platform_populate()
855 dup = of_find_node_by_path(np->full_name); in attach_node_and_children()
930 of_aliases = of_find_node_by_path("/aliases"); in unittest_data_add()
931 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
996 np = of_find_node_by_path(path); in of_path_to_platform_device()
1024 np = of_find_node_by_path(path); in of_path_to_i2c_client()
1176 np = of_find_node_by_path(overlay_path(overlay_nr)); in of_unittest_apply_overlay()
1391 np = of_find_node_by_path(overlay_path(overlay_nr + i)); in of_unittest_overlay_6()
1461 np = of_find_node_by_path(overlay_path(overlay_nr + i)); in of_unittest_overlay_8()
1867 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
1939 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
1941 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest()