#include <pci.h>
Data Fields | |
| struct pci_device_id * | ids |
| PCI ID table. | |
| unsigned int | id_count |
| Number of entries in PCI ID table. | |
| int(* | probe )(struct pci_device *pci, const struct pci_device_id *id) |
| Probe device. | |
| void(* | remove )(struct pci_device *pci) |
| Remove device. | |
Definition at line 321 of file pci.h.
struct pci_device_id* pci_driver::ids [read] |
PCI ID table.
Definition at line 323 of file pci.h.
Referenced by forcedeth_probe(), and pci_probe().
| unsigned int pci_driver::id_count |
Number of entries in PCI ID table.
Definition at line 325 of file pci.h.
Referenced by forcedeth_probe(), and pci_probe().
| int( * pci_driver::probe)(struct pci_device *pci, const struct pci_device_id *id) |
Probe device.
| pci | PCI device | |
| id | Matching entry in ID table |
| rc | Return status code |
Referenced by pci_probe().
| void( * pci_driver::remove)(struct pci_device *pci) |
1.5.7.1