1PCI_HW_VENDOR_STATUS(9) Hardware Interfaces PCI_HW_VENDOR_STATUS(9)
2
3
4
6 pci_hw_vendor_status - Tell if a PCI device is supported by the HW
7 vendor
8
10 const struct pci_device_id *
11 pci_hw_vendor_status(const struct pci_device_id * ids,
12 struct pci_dev * dev);
13
15 ids
16 array of PCI device id structures to search in
17
18 dev
19 the PCI device structure to match against
20
22 Used by a driver to check whether this device is in its list of
23 unsupported devices. Returns the matching pci_device_id structure or
24 NULL if there is no match.
25
26 Reserved for Internal Red Hat use only.
27
29Kernel Hackers Manual 3.10 June 2019 PCI_HW_VENDOR_STATUS(9)