Home
last modified time | relevance | path

Searched defs:vcon (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Dvirtio-console.c44 VirtConsole *vcon = opaque; in chr_write_unblocked() local
55 VirtConsole *vcon = VIRTIO_CONSOLE(port); in flush_buf() local
113 VirtConsole *vcon = VIRTIO_CONSOLE(port); set_guest_connected() local
128 VirtConsole *vcon = VIRTIO_CONSOLE(port); guest_writable() local
136 VirtConsole *vcon = opaque; chr_can_read() local
144 VirtConsole *vcon = opaque; chr_read() local
153 VirtConsole *vcon = opaque; chr_event() local
178 VirtConsole *vcon = opaque; chr_be_change() local
202 VirtConsole *vcon = VIRTIO_CONSOLE(port); virtconsole_enable_backend() local
223 VirtConsole *vcon = VIRTIO_CONSOLE(dev); virtconsole_realize() local
257 VirtConsole *vcon = VIRTIO_CONSOLE(dev); virtconsole_unrealize() local
[all...]
/openbmc/qemu/ui/
H A Dgtk.c594 void gd_hw_gl_flushed(void *vcon) in gd_hw_gl_flushed() argument