Home
last modified time | relevance | path

Searched refs:of_find_node_by_path (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/core/
Dof_access.c339 np = of_find_node_by_path(pp->value); in of_find_node_opts_by_path()
690 of_aliases = of_find_node_by_path("/aliases"); in of_alias_scan()
691 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
693 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
721 np = of_find_node_by_path(pp->value); in of_alias_scan()
Dofnode.c369 return np_to_ofnode(of_find_node_by_path(path)); in ofnode_path()
/external/u-boot/include/dm/
Dof_access.h176 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() function