.\" 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 "I2O_BUS_MATCH" "9" "09 October 2005" "" ""
.SH NAME
i2o_bus_match \- Tell if a I2O device class id match the class ids of
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_bus_match (struct device * \fIdev\fB, struct device_driver * \fIdrv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device which should be verified
.TP
\fB\fIdrv\fB\fR
the driver to match against
.SH "DESCRIPTION"
.PP
Used by the bus to check if the driver wants to handle the device.
.PP
Returns 1 if the class ids of the driver match the class id of the
device, otherwise 0.
.SH "DESCRIPTION"
.PP
Used by the bus to check if the driver wants to handle the device.
.PP
Returns 1 if the class ids of the driver match the class id of the
device, otherwise 0.