Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c124 vga_hw_text_update_ptr hw_text_update; member
188 if (active_console && active_console->hw_text_update) in vga_hw_text_update()
189 active_console->hw_text_update(active_console->hw, chardata); in vga_hw_text_update()
1290 s->hw_text_update = text_update; in graphic_console_init()
1374 s->hw_text_update = text_console_update; in text_console_do_init()