.\" 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_BUS_MATCH" "" "06 October 2005" "" "" .SH NAME pci_bus_match \- Tell if a PCI device structure has a matching PCI device id structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int pci_bus_match (struct device * \fIdev\fB, struct device_driver * \fIdrv\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR the PCI device structure to match against .TP \fB\fIdrv\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Used by a driver to check whether a PCI device present in the system is in its list of supported devices.Returns the matching pci_device_id structure or NULL if there is no match.