Searched defs:VFIODeviceIOOps (Results 1 – 1 of 1) sorted by relevance
/qemu/include/hw/vfio/ |
H A D | vfio-device.h | 45 typedef struct VFIODeviceIOOps VFIODeviceIOOps; typedef 166 struct VFIODeviceIOOps { struct 177 int (*device_feature)(VFIODevice *vdev, struct vfio_device_feature *feat); 191 int (*get_region_info)(VFIODevice *vdev, 203 int (*get_irq_info)(VFIODevice *vdev, struct vfio_irq_info *irq); 215 int (*set_irqs)(VFIODevice *vdev, struct vfio_irq_set *irqs); 230 int (*region_read)(VFIODevice *vdev, uint8_t nr, off_t off, uint32_t size, 246 int (*region_write)(VFIODevice *vdev, uint8_t nr, off_t off, uint32_t size,
|