Home
last modified time | relevance | path

Searched refs:of_find_node_by_phandle (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/dm/
A Dof_access.h266 struct device_node *of_find_node_by_phandle(struct device_node *root,
/u-boot/drivers/core/
A Dof_access.c448 struct device_node *of_find_node_by_phandle(struct device_node *root, in of_find_node_by_phandle() function
698 node = of_find_node_by_phandle(NULL, phandle); in __of_parse_phandle_with_args()
A Dofnode.c587 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