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)NAMEpci_match_id - See if a pci device matches a given pci_id tableSYNOPSISconst struct pci_device_id * pci_match_id(const struct pci_device_id * ids, struct pci_dev * dev);ARGUMENTSids array of PCI device id structures to search in dev the PCI device structure to match against.DESCRIPTIONUsed 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_MATCH_ID(9)
Related Man Pages |
---|
struct_bus_type(9) - centos |
struct_device_driver(9) - centos |
pci(4) - debian |
eso(4) - netbsd |
pciback(4) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |