Name
of_find_node_by_phandle —
find a node given a phandle
Synopsis
struct device_node * of_find_node_by_phandle ( | phandle handle) ; |
Arguments
handle
Phandle of the node to find
Return
A node pointer with refcount incremented, use
of_node_put
on it when done. NULL if node is not found.