PCI_DEV_DRIVER(9) Hardware Interfaces PCI_DEV_DRIVER(9)NAMEpci_dev_driver - get the pci_driver of a deviceSYNOPSISstruct pci_driver * pci_dev_driver(const struct pci_dev * dev);ARGUMENTSdev the device to queryDESCRIPTIONReturns the appropriate pci_driver structure or NULL if there is no registered driver for the device.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_DEV_DRIVER(9)