Searched refs:dpy_text_cursor (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | console.h | 225 void (*dpy_text_cursor)(DisplayChangeListener *dcl, member 322 void dpy_text_cursor(QemuConsole *con, int x, int y);
|
/openbmc/qemu/hw/display/ |
H A D | jazz_led.c | 234 dpy_text_cursor(s->con, -1, -1); in jazz_led_text_update()
|
H A D | vga.c | 1993 dpy_text_cursor(s->con, in vga_update_text() 1997 dpy_text_cursor(s->con, -1, -1); in vga_update_text() 2058 dpy_text_cursor(s->con, -1, -1); in vga_update_text()
|
/openbmc/qemu/ui/ |
H A D | console.c | 887 void dpy_text_cursor(QemuConsole *con, int x, int y) in dpy_text_cursor() function 899 if (dcl->ops->dpy_text_cursor) { in dpy_text_cursor() 900 dcl->ops->dpy_text_cursor(dcl, x, y); in dpy_text_cursor()
|
H A D | curses.c | 781 .dpy_text_cursor = curses_cursor_position,
|
H A D | console-vc.c | 372 dpy_text_cursor(QEMU_CONSOLE(s), s->x, s->y); in text_console_update()
|