Home
last modified time | relevance | path

Searched refs:handle_ctrl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c153 vgc->handle_ctrl = virtio_gpu_gl_handle_ctrl; in virtio_gpu_gl_class_init()
H A Dvirtio-gpu.c1117 vgc->handle_ctrl(VIRTIO_DEVICE(g), g->ctrl_vq); in virtio_gpu_ctrl_bh()
1675 vgc->handle_ctrl = virtio_gpu_handle_ctrl; in virtio_gpu_class_init()
H A Dvirtio-gpu-rutabaga.c1122 vgc->handle_ctrl = virtio_gpu_rutabaga_handle_ctrl; in virtio_gpu_rutabaga_class_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h219 void (*handle_ctrl)(VirtIODevice *vdev, VirtQueue *vq); member