Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dof_access.h203 struct device_node *of_find_node_by_phandle(phandle handle);
/external/u-boot/drivers/core/
Dof_access.c379 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
564 node = of_find_node_by_phandle(phandle); in __of_parse_phandle_with_args()
Dofnode.c195 node = np_to_ofnode(of_find_node_by_phandle(phandle)); in ofnode_get_by_phandle()