Home
last modified time | relevance | path

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

/openbmc/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.c1190 if (s->vga.hw_ops->text_update) { in vmsvga_text_update()
1191 s->vga.hw_ops->text_update(&s->vga, chardata); in vmsvga_text_update()
1247 .text_update = vmsvga_text_update,
H A Dvga.c2179 .text_update = vga_update_text,
/openbmc/qemu/include/ui/
H A Dconsole.h371 void (*text_update)(void *opaque, console_ch_t *text); member
/openbmc/qemu/ui/
H A Dconsole.c219 if (con && con->hw_ops->text_update) { in graphic_hw_text_update()
220 con->hw_ops->text_update(con->hw, chardata); in graphic_hw_text_update()
H A Dconsole-vc.c918 .text_update = text_console_update,