Home
last modified time | relevance | path

Searched defs:vdc (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/qemu/hw/virtio/
H A Dvirtio-bus.c49 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_bus_device_plugged() local
224 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_bus_start_ioeventfd() local
249 VirtioDeviceClass *vdc; in virtio_bus_stop_ioeventfd() local
H A Dvirtio-qmp.c779 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in qmp_x_query_virtio_status() local
822 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in qmp_x_query_virtio_vhost_queue_status() local
H A Dvirtio-mmio.c169 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_mmio_read() local
660 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_mmio_set_guest_notifier() local
686 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_mmio_set_config_guest_notifier() local
H A Dvhost-user-vsock.c162 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vuv_class_init() local
H A Dvhost-vsock.c217 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_vsock_class_init() local
H A Dvirtio-rng.c267 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_rng_class_init() local
H A Dvirtio-pmem.c167 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_pmem_class_init() local
H A Dvhost-vsock-common.c296 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_vsock_common_class_init() local
H A Dvhost-user-scmi.c290 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vu_scmi_class_init() local
H A Dvdpa-dev.c360 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_vdpa_device_class_init() local
H A Dvhost-user-base.c358 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vub_class_init() local
H A Dvhost-user-fs.c429 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vuf_class_init() local
H A Dvirtio.c2992 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_save() local
3237 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_load() local
3966 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(dev); in virtio_device_realize() local
4003 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(dev); in virtio_device_unrealize() local
4173 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_device_class_init() local
4227 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in qmp_x_query_virtio_queue_status() local
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c188 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_gpu_gl_class_init() local
H A Dvirtio-gpu-base.c295 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_gpu_base_class_init() local
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1323 static void init_channel(VMBus *vmbus, VMBusDevice *dev, VMBusDeviceClass *vdc, in init_channel()
1360 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(dev); in create_channels() local
1416 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in open_channel() local
1463 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in close_channel() local
1723 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in send_offer() local
2267 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_realize() local
2323 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_reset() local
2341 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_unrealize() local
2367 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_instance_init() local
/openbmc/qemu/hw/vmapple/
H A Dvirtio-blk.c87 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vmapple_virtio_blk_class_init() local
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c373 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_scsi_class_init() local
H A Dvhost-user-scsi.c396 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_user_scsi_class_init() local
H A Dvirtio-scsi.c1400 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_scsi_common_class_init() local
1410 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_scsi_class_init() local
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c378 VirtioDeviceClass *vdc = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_ccw_cb() local
919 VirtIOCCWDeviceClass *vdc = VIRTIO_CCW_DEVICE_GET_CLASS(dev); in virtio_ccw_reset_hold() local
1235 VirtIOCCWDeviceClass *vdc = VIRTIO_CCW_DEVICE_CLASS(klass); in virtio_ccw_device_class_init() local
/openbmc/qemu/hw/input/
H A Dvirtio-input.c311 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_input_class_init() local
/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p-device.c254 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in virtio_9p_class_init() local
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c599 VirtioDeviceClass *vdc = VIRTIO_DEVICE_CLASS(klass); in vhost_user_blk_class_init() local
/openbmc/qemu/hw/ppc/
H A Dspapr_vio.c714 SpaprVioDeviceClass *vdc = VIO_SPAPR_DEVICE_GET_CLASS(dev); in spapr_dt_vdevice() local

12