Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/display/
H A Dvirtio-vga.c75 return g->hw_ops->get_flags(g); in virtio_vga_base_get_flags()
79 .get_flags = virtio_vga_base_get_flags,
H A Dvirtio-gpu-base.c162 .get_flags = virtio_gpu_get_flags,
/qemu/include/ui/
H A Dconsole.h371 int (*get_flags)(void *opaque); /* optional, default 0 */
389 int (*get_flags)(void *opaque); /* optional, default 0 */ global() member
/qemu/hw/vfio/
H A Ddisplay.c346 .get_flags = vfio_display_get_flags,
/qemu/ui/
H A Dconsole.c596 flags = con->hw_ops->get_flags ? con->hw_ops->get_flags(con->hw) : 0; in console_compatible_with()