Lines Matching refs:of_find_node_by_path

85 	np = of_find_node_by_path("/testcase-data");  in of_unittest_find_node_by_name()
93 np = of_find_node_by_path("/testcase-data/"); in of_unittest_find_node_by_name()
96 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
103 np = of_find_node_by_path("testcase-alias"); in of_unittest_find_node_by_name()
111 np = of_find_node_by_path("testcase-alias/"); in of_unittest_find_node_by_name()
114 np = of_find_node_by_path("testcase-alias/phandle-tests/consumer-a"); in of_unittest_find_node_by_name()
121 np = of_find_node_by_path("/testcase-data/missing-path"); in of_unittest_find_node_by_name()
125 np = of_find_node_by_path("missing-alias"); in of_unittest_find_node_by_name()
129 np = of_find_node_by_path("testcase-alias/missing-path"); in of_unittest_find_node_by_name()
184 np = of_find_node_by_path("/testcase-data"); in of_unittest_dynamic()
319 np = of_find_node_by_path(full_name); in of_unittest_printf()
397 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_parse_phandle_with_args()
557 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-b"); in of_unittest_parse_phandle_with_args_map()
563 p[0] = of_find_node_by_path("/testcase-data/phandle-tests/provider0"); in of_unittest_parse_phandle_with_args_map()
564 p[1] = of_find_node_by_path("/testcase-data/phandle-tests/provider1"); in of_unittest_parse_phandle_with_args_map()
565 p[2] = of_find_node_by_path("/testcase-data/phandle-tests/provider2"); in of_unittest_parse_phandle_with_args_map()
566 p[3] = of_find_node_by_path("/testcase-data/phandle-tests/provider3"); in of_unittest_parse_phandle_with_args_map()
567 p[4] = of_find_node_by_path("/testcase-data/phandle-tests/provider4"); in of_unittest_parse_phandle_with_args_map()
568 p[5] = of_find_node_by_path("/testcase-data/phandle-tests/provider5"); in of_unittest_parse_phandle_with_args_map()
710 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest_property_string()
831 nchangeset = of_find_node_by_path("/testcase-data/changeset"); in of_unittest_changeset()
891 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")), in of_unittest_changeset()
894 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n22")), in of_unittest_changeset()
900 unittest(!of_find_node_by_path("/testcase-data/changeset/n2/n21"), in of_unittest_changeset()
1028 nchangeset = of_find_node_by_path("/testcase-data/changeset"); in of_unittest_changeset_prop()
1063 np = of_find_node_by_path("/testcase-data/changeset/test-prop"); in of_unittest_changeset_prop()
1093 np = of_find_node_by_path("/testcase-data/address-tests"); in of_unittest_dma_get_max_cpu_address()
1113 np = of_find_node_by_path(path); in of_unittest_dma_ranges_one()
1174 np = of_find_node_by_path("/testcase-data/address-tests/pci@90000000"); in of_unittest_pci_dma_ranges()
1224 np = of_find_node_by_path("/testcase-data/address-tests"); in of_unittest_bus_ranges()
1294 np = of_find_node_by_path("/testcase-data/address-tests/bus@a0000000"); in of_unittest_bus_3cell_ranges()
1348 np = of_find_node_by_path("/testcase-data/address-tests/bus@80000000/device@1000"); in of_unittest_reg()
1381 np = of_find_node_by_path(node_path); in of_unittest_check_addr()
1448 np = of_find_node_by_path("/testcase-data/interrupts/interrupts0"); in of_unittest_parse_interrupts()
1469 np = of_find_node_by_path("/testcase-data/interrupts/interrupts1"); in of_unittest_parse_interrupts()
1525 np = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0"); in of_unittest_parse_interrupts_extended()
1638 np = of_find_node_by_path(match_node_tests[i].path); in of_unittest_match_node()
1676 np = of_find_node_by_path("/testcase-data"); in of_unittest_platform_populate()
1680 np = of_find_node_by_path("/testcase-data/testcase-device1"); in of_unittest_platform_populate()
1690 np = of_find_node_by_path("/testcase-data/testcase-device2"); in of_unittest_platform_populate()
1706 np = of_find_node_by_path("/testcase-data/platform-tests"); in of_unittest_platform_populate()
1826 dup = of_find_node_by_path(full_name); in attach_node_and_children()
1986 np = of_find_node_by_path(path); in of_path_to_platform_device()
2222 np = of_find_node_by_path(path); in of_path_to_i2c_client()
3322 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
3409 np = of_find_node_by_path(refcount_path); in of_unittest_lifecycle()
3497 np = of_find_node_by_path(refcount_parent_path); in of_unittest_lifecycle()
4161 np = of_find_node_by_path(path); in of_unittest_pci_node_verify()
4174 np = of_find_node_by_path(path); in of_unittest_pci_node_verify()
4250 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
4252 np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a"); in of_unittest()