Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h23 OBJECT_DECLARE_TYPE(VMBusDevice, VMBusDeviceClass,
46 struct VMBusDeviceClass { struct
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1322 static void init_channel(VMBus *vmbus, VMBusDevice *dev, VMBusDeviceClass *vdc, in init_channel()
1359 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(dev); in create_channels()
1415 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in open_channel()
1462 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(chan->dev); in close_channel()
1722 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()
2368 VMBusDeviceClass *vdc = VMBUS_DEVICE_GET_CLASS(vdev); in vmbus_dev_instance_init()
2396 .class_size = sizeof(VMBusDeviceClass),
H A Dhv-balloon.c71 VMBusDeviceClass parent_class;
1751 VMBusDeviceClass *vdc = VMBUS_DEVICE_CLASS(klass); in hv_balloon_class_init()