Searched refs:of_find_node_opts_by_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | of_access.h | 173 struct device_node *of_find_node_opts_by_path(const char *path, 178 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path()
|
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 133 np = of_find_node_opts_by_path("/testcase-data:testoption", &options); in of_unittest_find_node_by_name() 138 np = of_find_node_opts_by_path("/testcase-data:test/option", &options); in of_unittest_find_node_by_name() 143 np = of_find_node_opts_by_path("/testcase-data/testcase-device1:test/option", &options); in of_unittest_find_node_by_name() 148 np = of_find_node_opts_by_path("/testcase-data:testoption", NULL); in of_unittest_find_node_by_name() 152 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", in of_unittest_find_node_by_name() 158 np = of_find_node_opts_by_path("testcase-alias:test/alias/option", in of_unittest_find_node_by_name() 164 np = of_find_node_opts_by_path("testcase-alias:testaliasoption", NULL); in of_unittest_find_node_by_name() 169 np = of_find_node_opts_by_path("testcase-alias", &options); in of_unittest_find_node_by_name() 174 np = of_find_node_opts_by_path("/", &options); in of_unittest_find_node_by_name()
|
H A D | base.c | 775 struct device_node *of_find_node_opts_by_path(const char *path, const char **opts) in of_find_node_opts_by_path() function 820 EXPORT_SYMBOL(of_find_node_opts_by_path); 1760 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 310 struct device_node *of_find_node_opts_by_path(const char *path, in of_find_node_opts_by_path() function 747 of_stdout = of_find_node_opts_by_path(name, in of_alias_scan()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 285 extern struct device_node *of_find_node_opts_by_path(const char *path, 289 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
|