of_get_child_by_name — find the child node by name for a given parent
struct device_node * of_get_child_by_name ( | const struct device_node * node, |
const char * name) ; |
Pointer to child node if found, with refcount incremented, use
of_node_put
on it when done. NULL if node
is not found.