Home
last modified time | relevance | path

Searched defs:pci_device_id (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dpci.h528 struct pci_device_id { struct
529 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 */