Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h8 typedef struct PCIDeviceClass PCIDeviceClass; typedef
24 struct PCIDeviceClass { struct
25 DeviceClass parent_class;
27 void (*realize)(PCIDevice *dev, Error **errp);
28 PCIUnregisterFunc *exit;
29 PCIConfigReadFunc *config_read;
30 PCIConfigWriteFunc *config_write;
32 uint16_t vendor_id;
33 uint16_t device_id;
34 uint8_t revision;
[all …]