Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h106 VMBusChannel *vmbus_device_channel(VMBusDevice *dev, uint32_t chan_idx);
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c288 return vmbus_device_channel(&balloon->parent, 0); in hv_balloon_get_channel_maybe()
H A Dvmbus.c702 VMBusChannel *vmbus_device_channel(VMBusDevice *dev, uint32_t chan_idx) in vmbus_device_channel() function