.\" 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 "FIND_BUS" "9" "09 October 2005" "" ""
.SH NAME
find_bus \- locate bus by name.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct bus_type * find_bus (char * \fIname\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIname\fB\fR
name of bus.
.SH "DESCRIPTION"
.PP
Call \fBkset_find_obj\fR to iterate over list of buses to
find a bus by name. Return bus if found.
.PP
Note that kset_find_obj increments bus' reference count.