.TH "pci_dev_driver" 9 "pci_dev_driver" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_dev_driver \- get the pci_driver of a device .SH SYNOPSIS .B "struct pci_driver *" pci_dev_driver .BI "(const struct pci_dev *" dev ");" .SH ARGUMENTS .IP "dev" 12 the device to query .SH "DESCRIPTION" Returns the appropriate pci_driver structure or NULL if there is no registered driver for the device.