The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
array of PCI device id structures to search in
the PCI device structure to match against
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.
<<< Previous | Home | Next >>> |
pci_request_regions | Up | pci_register_driver |