.\" 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_MATCH_ID" "9" "09 October 2005" "" "" .SH NAME pci_match_id \- See if a pci device matches a given pci_id table .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp const struct pci_device_id * pci_match_id (const struct pci_device_id * \fIids\fB, struct pci_dev * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIids\fB\fR array of PCI device id structures to search in .TP \fB\fIdev\fB\fR the PCI device structure to match against. .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. .PP Depreciated, don't use this as it will not catch any dynamic ids that a driver might want to check for.