.\" 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_NODE_BY_PHANDLE" "9" "09 October 2005" "" ""
.SH NAME
of_find_node_by_phandle \- Find a node given a phandle
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct device_node * of_find_node_by_phandle (phandle \fIhandle\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhandle\fB\fR
phandle of the node to find
.SH "DESCRIPTION"
.PP
Returns a node pointer with refcount incremented, use
\fBof_node_put\fR on it when done.