Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c362 static inline bool cursor_visible(ARTISTState *s) in cursor_visible() function
372 if (!cursor_visible(s)) { in artist_invalidate_cursor()
1251 if (!cursor_visible(s)) { in artist_draw_cursor()
H A Dvga.c1904 int graphic_mode, i, cursor_offset, cursor_visible; in vga_update_text() local
1990 cursor_visible = !(s->cr[VGA_CRTC_CURSOR_START] & 0x20); in vga_update_text()
1991 if (cursor_visible && cursor_offset < size && cursor_offset >= 0) in vga_update_text()
/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c62 .cursor_visible = 1,
/openbmc/u-boot/include/
H A Defi_api.h523 bool cursor_visible; member