Home
last modified time | relevance | path

Searched refs:VMBusDeviceClass (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/hyperv/
H A Dvmbus.h23 OBJECT_DECLARE_TYPE(VMBusDevice, VMBusDeviceClass,
46 struct VMBusDeviceClass { struct
/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()
1416 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in open_channel()
1463 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in close_channel()
1723 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in send_offer()
2267 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_realize()
2323 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_reset()
2341 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_unrealize()
2367 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_instance_init()
2395 .class_size = sizeof(VMBusDeviceClass),
H A Dhv-balloon.c71 VMBusDeviceClass parent_class;
1749 VMBusDeviceClass *vdc = VMBUS_DEVICE_CLASS(klass); in hv_balloon_class_init()