Home
last modified time | relevance | path

Searched refs:text_update (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/display/
H A Dvirtio-vga.c40 if (g->hw_ops->text_update) { in virtio_vga_base_text_update()
41 g->hw_ops->text_update(g, chardata); in virtio_vga_base_text_update()
44 if (vvga->vga.hw_ops->text_update) { in virtio_vga_base_text_update()
45 vvga->vga.hw_ops->text_update(&vvga->vga, chardata); in virtio_vga_base_text_update()
82 .text_update = virtio_vga_base_text_update,
H A Djazz_led.c269 .text_update = jazz_led_text_update,
H A Dvirtio-gpu-base.c165 .text_update = virtio_gpu_text_update,
H A Dvmware_vga.c1192 if (s->vga.hw_ops->text_update) { in vmsvga_text_update()
1193 s->vga.hw_ops->text_update(&s->vga, chardata); in vmsvga_text_update()
1249 .text_update = vmsvga_text_update,
H A Dvga.c2173 .text_update = vga_update_text,
/qemu/include/ui/
H A Dconsole.h375 void (*text_update)(void *opaque, console_ch_t *text); in console_write_ch()
393 void (*text_update)(void *opaque, console_ch_t *text); global() member
/qemu/ui/
H A Dconsole.c217 if (con && con->hw_ops->text_update) { in graphic_hw_text_update()
218 con->hw_ops->text_update(con->hw, chardata); in graphic_hw_text_update()
H A Dconsole-vc.c918 .text_update = text_console_update,