Searched refs:CM_ERASE (Results 1 – 12 of 12) sorted by relevance
110 case CM_ERASE: in sticon_cursor()138 sticon_cursor(conp, CM_ERASE); in sticon_scroll()
488 if (mode == CM_ERASE) { in mdacon_cursor()
446 case CM_ERASE: in newport_cursor()
487 case CM_ERASE: in vgacon_cursor()
90 cursor.mode = (mode == CM_ERASE || use_sw) ? 0 : 1; in tile_cursor()
349 case CM_ERASE: in bit_cursor()
336 case CM_ERASE: in cw_cursor()
353 case CM_ERASE: in ccw_cursor()
376 case CM_ERASE: in ud_cursor()
379 CM_ERASE : CM_DRAW; in fb_flashcursor()1320 ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1; in fbcon_cursor()1746 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll()2225 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()2655 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended()
124 #define CM_ERASE (2) macro
851 vc->vc_sw->con_cursor(vc, CM_ERASE); in hide_cursor()
Completed in 30 milliseconds