.\" 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_IOP_FIND_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
i2o_iop_find_device \- Find a I2O device on an I2O controller
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct i2o_device * i2o_iop_find_device (struct i2o_controller * \fIc\fB, u16 \fItid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
I2O controller where the I2O device hangs on
.TP
\fB\fItid\fB\fR
TID of the I2O device to search for
.SH "DESCRIPTION"
.PP
Searches the devices of the I2O controller for a device with TID tid and
returns it.
.PP
Returns a pointer to the I2O device if found, otherwise NULL.