table of contents
other versions
- stretch 4.9.168-1
PCI_DEV_DRIVER(9) | Hardware Interfaces | PCI_DEV_DRIVER(9) |
NAME¶
pci_dev_driver - get the pci_driver of a deviceSYNOPSIS¶
struct pci_driver * pci_dev_driver(const struct pci_dev * dev);
ARGUMENTS¶
devthe device to query
DESCRIPTION¶
Returns the appropriate pci_driver structure or NULL if there is no registered driver for the device.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |