.\" 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_PATH" "9" "09 October 2005" "" ""
.SH NAME
of_find_node_by_path \- Find a node matching a full OF path
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct device_node * of_find_node_by_path (const char * \fIpath\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpath\fB\fR
The full path to match
.SH "DESCRIPTION"
.PP
Returns a node pointer with refcount incremented, use
\fBof_node_put\fR on it when done.