Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/console/
Dsticon.c109 case CM_ERASE: in sticon_cursor()
137 sticon_cursor(conp, CM_ERASE); in sticon_scroll()
Dmdacon.c488 if (mode == CM_ERASE) { in mdacon_cursor()
Dnewport_con.c446 case CM_ERASE: in newport_cursor()
Dvgacon.c504 case CM_ERASE: in vgacon_cursor()
/Linux-v5.15/include/linux/
Dconsole.h121 #define CM_ERASE (2) macro
/Linux-v5.15/drivers/video/fbdev/core/
Dtileblit.c90 cursor.mode = (mode == CM_ERASE || use_sw) ? 0 : 1; in tile_cursor()
Dbitblit.c349 case CM_ERASE: in bit_cursor()
Dfbcon_cw.c336 case CM_ERASE: in cw_cursor()
Dfbcon_ud.c376 case CM_ERASE: in ud_cursor()
Dfbcon_ccw.c353 case CM_ERASE: in ccw_cursor()
Dfbcon.c386 CM_ERASE : CM_DRAW; in fb_flashcursor()
1334 ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1; in fbcon_cursor()
1695 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll()
2199 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()
2602 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended()
/Linux-v5.15/drivers/usb/misc/sisusbvga/
Dsisusb_con.c719 if (mode == CM_ERASE) { in sisusbcon_cursor()
/Linux-v5.15/drivers/tty/vt/
Dvt.c907 vc->vc_sw->con_cursor(vc, CM_ERASE); in hide_cursor()