1. NAME

pci_dev_driver - get the pci_driver of a device

2. SYNOPSIS

struct pci_driver * pci_dev_driver(const struct pci_dev *  dev );

3. ARGUMENTS

dev
    the device to query

4. DESCRIPTION

Returns the appropriate pci_driver structure or NULL if there is no registered driver for the device.

5. COPYRIGHT