Home
last modified time | relevance | path

Searched refs:of_find_node_opts_by_path (Results 1 – 2 of 2) sorted by relevance

/drivers/of/
Dunittest.c91 np = of_find_node_opts_by_path("/testcase-data:testoption", &options); in of_unittest_find_node_by_name()
96 np = of_find_node_opts_by_path("/testcase-data:test/option", &options); in of_unittest_find_node_by_name()
101 np = of_find_node_opts_by_path("/testcase-data/testcase-device1:test/option", &options); in of_unittest_find_node_by_name()
106 np = of_find_node_opts_by_path("/testcase-data:testoption", NULL); in of_unittest_find_node_by_name()
110 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", in of_unittest_find_node_by_name()
116 np = of_find_node_opts_by_path("testcase-alias:test/alias/option", in of_unittest_find_node_by_name()
122 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", NULL); in of_unittest_find_node_by_name()
127 np = of_find_node_opts_by_path("testcase-alias", &options); in of_unittest_find_node_by_name()
132 np = of_find_node_opts_by_path("/", &options); in of_unittest_find_node_by_name()
Dbase.c803 struct device_node *of_find_node_opts_by_path(const char *path, const char **opts) in of_find_node_opts_by_path() function
854 EXPORT_SYMBOL(of_find_node_opts_by_path);
2079 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()