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

/u-boot/include/dm/
H A Dof_access.h222 static inline struct device_node *of_find_node_by_path(const char *path) function
/u-boot/drivers/core/
H A Dof_access.c381 np = of_find_node_by_path(pp->value);
837 of_aliases = of_find_node_by_path("/aliases");
838 of_chosen = of_find_node_by_path("/chosen");
840 of_chosen = of_find_node_by_path("/chosen@0");
868 np = of_find_node_by_path(pp->value);
H A Dofnode.c946 return np_to_ofnode(of_find_node_by_path(path));

Completed in 102 milliseconds