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