Home
last modified time | relevance | path

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

/qemu/include/hw/hyperv/
H A Dvmbus.h105 VMBusDevice *vmbus_channel_device(VMBusChannel *chan);
/qemu/hw/hyperv/
H A Dhv-balloon.c1379 HvBalloon *balloon = HV_BALLOON(vmbus_channel_device(chan)); in hv_balloon_vmdev_chan_notify()
1412 HvBalloon *balloon = HV_BALLOON(vmbus_channel_device(chan)); in hv_balloon_vmdev_open_channel()
1428 HvBalloon *balloon = HV_BALLOON(vmbus_channel_device(chan)); in hv_balloon_vmdev_close_channel()
H A Dvmbus.c697 VMBusDevice *vmbus_channel_device(VMBusChannel *chan) in vmbus_channel_device() function