Searched refs:of_find_node_by_path (Results 1 – 3 of 3) sorted by relevance
339 np = of_find_node_by_path(pp->value); in of_find_node_opts_by_path()737 of_aliases = of_find_node_by_path("/aliases"); in of_alias_scan()738 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()740 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()768 np = of_find_node_by_path(pp->value); in of_alias_scan()
404 return np_to_ofnode(of_find_node_by_path(path)); in ofnode_path()
176 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() function