Searched refs:of_find_node_opts_by_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | unittest.c | 126 np = of_find_node_opts_by_path("/testcase-data:testoption", &options); in of_unittest_find_node_by_name() 131 np = of_find_node_opts_by_path("/testcase-data:test/option", &options); in of_unittest_find_node_by_name() 136 np = of_find_node_opts_by_path("/testcase-data/testcase-device1:test/option", &options); in of_unittest_find_node_by_name() 141 np = of_find_node_opts_by_path("/testcase-data:testoption", NULL); in of_unittest_find_node_by_name() 145 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", in of_unittest_find_node_by_name() 151 np = of_find_node_opts_by_path("testcase-alias:test/alias/option", in of_unittest_find_node_by_name() 157 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", NULL); in of_unittest_find_node_by_name() 162 np = of_find_node_opts_by_path("testcase-alias", &options); in of_unittest_find_node_by_name() 167 np = of_find_node_opts_by_path("/", &options); in of_unittest_find_node_by_name()
|
A D | base.c | 961 struct device_node *of_find_node_opts_by_path(const char *path, const char **opts) in of_find_node_opts_by_path() function 1006 EXPORT_SYMBOL(of_find_node_opts_by_path); 1921 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 289 extern struct device_node *of_find_node_opts_by_path(const char *path, 293 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 511 static inline struct device_node *of_find_node_opts_by_path(const char *path, in of_find_node_opts_by_path() function
|
Completed in 16 milliseconds