Home
last modified time | relevance | path

Searched defs:close_channel (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h72 void (*close_channel)(VMBusChannel *chan); member
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddrm.h77 void (*close_channel)(struct tegra_drm_context *context); member
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1460 static void close_channel(VMBusChannel *chan) in close_channel() function