of_get_next_child — find next child node
struct device_node * of_get_next_child ( | const struct device_node * node, |
struct device_node * prev) ; |
node
Pointer to parent node
prev
Pointer to previous child of parent node, or NULL to get first
Pointer to next child node if found, with refcount incremented, use
of_node_put
on it when done. NULL if node
is not found.