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()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()
369 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