1PCI_DEV_DRIVER(9) Hardware Interfaces PCI_DEV_DRIVER(9)
23
4
NAME
6pci_dev_driver - get the pci_driver of a device
7
SYNOPSIS
9struct pci_driver * pci_dev_driver(const struct pci_dev * dev);
10
ARGUMENTS
12dev
13the device to query
14
DESCRIPTION
16Returns the appropriate pci_driver structure or NULL if there is no
17registered driver for the device.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PCI_DEV_DRIVER(9)