Searched refs:of_find_node_by_phandle (Results 1 – 3 of 3) sorted by relevance
266 struct device_node *of_find_node_by_phandle(struct device_node *root,
448 struct device_node *of_find_node_by_phandle(struct device_node *root, in of_find_node_by_phandle() function698 node = of_find_node_by_phandle(NULL, phandle); in __of_parse_phandle_with_args()
587 node = np_to_ofnode(of_find_node_by_phandle(NULL, phandle)); in ofnode_get_by_phandle()600 node = np_to_ofnode(of_find_node_by_phandle(tree.np, phandle)); in oftree_get_by_phandle()
Completed in 14 milliseconds