Searched refs:of_find_node_opts_by_path (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/of/ |
| A D | unittest.c | 119 np = of_find_node_opts_by_path("/testcase-data:testoption", &options); in of_unittest_find_node_by_name() 124 np = of_find_node_opts_by_path("/testcase-data:test/option", &options); in of_unittest_find_node_by_name() 129 np = of_find_node_opts_by_path("/testcase-data/testcase-device1:test/option", &options); in of_unittest_find_node_by_name() 134 np = of_find_node_opts_by_path("/testcase-data:testoption", NULL); in of_unittest_find_node_by_name() 138 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", in of_unittest_find_node_by_name() 144 np = of_find_node_opts_by_path("testcase-alias:test/alias/option", in of_unittest_find_node_by_name() 150 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", NULL); in of_unittest_find_node_by_name() 155 np = of_find_node_opts_by_path("testcase-alias", &options); in of_unittest_find_node_by_name() 160 np = of_find_node_opts_by_path("/", &options); in of_unittest_find_node_by_name()
|
| A D | base.c | 934 struct device_node *of_find_node_opts_by_path(const char *path, const char **opts) in of_find_node_opts_by_path() function 979 EXPORT_SYMBOL(of_find_node_opts_by_path); 2003 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()
|
| /linux/include/linux/ |
| A D | of.h | 278 extern struct device_node *of_find_node_opts_by_path(const char *path, 282 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 635 static inline struct device_node *of_find_node_opts_by_path(const char *path, in of_find_node_opts_by_path() function
|
| /linux/ |
| A D | vmlinux.symvers | 5586 0x00000000 of_find_node_opts_by_path vmlinux EXPORT_SYMBOL
|
| A D | System.map | 47604 ffff800010ccd810 T of_find_node_opts_by_path
|
| A D | .tmp_System.map | 47604 ffff800010ccd810 T of_find_node_opts_by_path
|
Completed in 324 milliseconds