Searched refs:of_find_node_by_phandle (Results 1 – 3 of 3) sorted by relevance
203 struct device_node *of_find_node_by_phandle(phandle handle);
379 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function564 node = of_find_node_by_phandle(phandle); in __of_parse_phandle_with_args()
195 node = np_to_ofnode(of_find_node_by_phandle(phandle)); in ofnode_get_by_phandle()