.\" 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_ONE_DEVICE" "" "06 October 2005" "" "" .SH NAME pci_match_one_device \- Tell if a PCI device structure has a matching .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp const struct pci_device_id * pci_match_one_device (const struct pci_device_id * \fIid\fB, const struct pci_dev * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIid\fB\fR single PCI device id structure to match .TP \fB\fIdev\fB\fR the PCI device structure to match against .SH "DESCRIPTION" .PP Returns the matching pci_device_id structure or NULL if there is no match. .SH "DESCRIPTION" .PP Returns the matching pci_device_id structure or NULL if there is no match.