centos man page for pci_match_id

Query: pci_match_id

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 3.10 June 2014 PCI_MATCH_ID(9)
Related Man Pages
pci_create_slot(9) - centos
cbb(4) - debian
pciback(4) - netbsd
xpci(4) - netbsd
pci(4) - freebsd
Similar Topics in the Unix Linux Community
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I
Shopt -s histappend
Unsure why access time on a directory change isn't changing