pci_match_id(9) suse man page | unix.com

Man Page: pci_match_id

Operating Environment: suse

Section: 9

PCI_MATCH_ID(9) 						Hardware Interfaces						   PCI_MATCH_ID(9)

NAME
pci_match_id - See if a pci device matches a given pci_id table
SYNOPSIS
const struct pci_device_id * pci_match_id(const struct pci_device_id * ids, struct pci_dev * dev);
ARGUMENTS
ids array of PCI device id structures to search in dev the PCI device structure to match against.
DESCRIPTION
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. Deprecated, don't use this as it will not catch any dynamic ids that a driver might want to check for.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PCI_MATCH_ID(9)
Related Man Pages
struct_device_driver(9) - centos
cbb(4) - debian
pccbb(4) - debian
virtio(4) - netbsd
cbb(4) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
32 bit process addressing more than 4GB