Searched defs:pci_device_id (Results 1 – 1 of 1) sorted by relevance
528 struct pci_device_id { struct529 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */530 unsigned int subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */531 unsigned int class, class_mask; /* (class,subclass,prog-if) triplet */532 unsigned long driver_data; /* Data private to the driver */