Searched defs:PCIDeviceClass (Results 1 – 1 of 1) sorted by relevance
9 typedef struct PCIDeviceClass PCIDeviceClass; typedef25 struct PCIDeviceClass { struct26 DeviceClass parent_class;28 void (*realize)(PCIDevice *dev, Error **errp);29 PCIUnregisterFunc *exit;30 PCIConfigReadFunc *config_read;31 PCIConfigWriteFunc *config_write;33 uint16_t vendor_id;34 uint16_t device_id;35 uint8_t revision;[all …]