.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "OF_GET_NEXT_CHILD" "9" "09 October 2005" "" "" .SH NAME of_get_next_child \- Iterate a node childs .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct device_node * of_get_next_child (const struct device_node * \fInode\fB, struct device_node * \fIprev\fB); \fR .SH "ARGUMENTS" .TP \fB\fInode\fB\fR parent node .TP \fB\fIprev\fB\fR previous child of the parent node, or NULL to get first .SH "DESCRIPTION" .PP Returns a node pointer with refcount incremented, use \fBof_node_put\fR on it when done.