#include <pci.h>
Data Fields | |
| const char * | name |
| Name. | |
| uint16_t | vendor |
| PCI vendor ID. | |
| uint16_t | device |
| PCI device ID. | |
| unsigned long | driver_data |
| Arbitrary driver data. | |
Definition at line 267 of file pci.h.
| const char* pci_device_id::name |
PCI vendor ID.
Definition at line 271 of file pci.h.
Referenced by b44_probe(), forcedeth_probe(), pci_probe(), and rtl8169_probe().
PCI device ID.
Definition at line 273 of file pci.h.
Referenced by b44_probe(), forcedeth_probe(), pci_probe(), and rtl8169_probe().
| unsigned long pci_device_id::driver_data |
Arbitrary driver data.
Definition at line 275 of file pci.h.
Referenced by ath5k_probe(), e1000e_probe(), and forcedeth_probe().
1.5.7.1