Name
of_find_all_nodes —
get next node in global list
Synopsis
struct device_node * of_find_all_nodes ( | struct device_node * prev) ; |
Arguments
prev
Pointer to previous node or NULL to start iteration
Description
of_node_put
will be called on prev.
Return
A node pointer if found, with refcount incremented, use
of_node_put
on it when done. NULL if node is not found.