.\" 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_FIND_ALL_NODES" "9" "09 October 2005" "" ""
.SH NAME
of_find_all_nodes \- Get next node in global list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct device_node * of_find_all_nodes (struct device_node * \fIprev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIprev\fB\fR
Previous node or NULL to start iteration
\fBof_node_put\fR will be called on it
.SH "DESCRIPTION"
.PP
Returns a node pointer with refcount incremented, use
\fBof_node_put\fR on it when done.