Name

pci_hw_vendor_status — Tell if a PCI device is supported by the HW vendor

Synopsis

const struct pci_device_id * pci_hw_vendor_status (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 this device is in its list of unsupported devices. Returns the matching pci_device_id structure or NULL if there is no match.

Reserved for Internal Red Hat use only.