.\" 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 "PCI_DEV_DRIVER" "" "06 October 2005" "" ""
.SH NAME
pci_dev_driver \- get the pci_driver of a device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct pci_driver * pci_dev_driver (const struct pci_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
the device to query
.SH "DESCRIPTION"
.PP
Returns the appropriate pci_driver structure or NULL if there is no
registered driver for the device.