Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dpmag-aa-fb.c124 if (c->x == x && c->y == y && (mode == CM_ERASE) == !c->enable) in aafbcon_cursor()
134 case CM_ERASE: in aafbcon_cursor()
253 disp->conp->vc_sw->con_cursor(disp->conp, CM_ERASE); in aafb_set_disp()
312 old->conp->vc_sw->con_cursor(old->conp, CM_ERASE); in aafb_switch()
384 aafbcon_cursor(disp, CM_ERASE, ip->cursor.x, ip->cursor.y); in aafb_update_var()
397 aafbcon_cursor(&ip->disp, CM_ERASE, ip->cursor.x, ip->cursor.y); in aafb_blank()
Dg364fb.c129 case CM_ERASE: in g364fb_cursor()
/linux-4.4.14/drivers/video/console/
Dsticon.c142 case CM_ERASE: in sticon_cursor()
168 sticon_cursor(conp, CM_ERASE); in sticon_scroll()
195 sticon_cursor(p, CM_ERASE /*|CM_SOFTBACK*/); in sticon_bmove()
Dtileblit.c90 cursor.mode = (mode == CM_ERASE || use_sw) ? 0 : 1; in tile_cursor()
Dfbcon_ccw.c241 mode = CM_ERASE; in ccw_cursor()
361 case CM_ERASE: in ccw_cursor()
Dbitblit.c252 mode = CM_ERASE; in bit_cursor()
358 case CM_ERASE: in bit_cursor()
Dfbcon_cw.c224 mode = CM_ERASE; in cw_cursor()
344 case CM_ERASE: in cw_cursor()
Dfbcon_ud.c272 mode = CM_ERASE; in ud_cursor()
385 case CM_ERASE: in ud_cursor()
Dmdacon.c515 if (mode == CM_ERASE) { in mdacon_cursor()
Dfbcon.c393 CM_ERASE : CM_DRAW; in fb_flashcursor()
1322 ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1; in fbcon_cursor()
1809 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll()
2346 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()
2809 fbcon_cursor(vc, CM_ERASE | CM_SOFTBACK); in fbcon_scrolldelta()
2830 fbcon_cursor(vc, CM_ERASE); in fbcon_scrolldelta()
2875 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended()
Dvgacon.c266 vgacon_cursor(c, CM_ERASE); in vgacon_scrolldelta()
698 case CM_ERASE: in vgacon_cursor()
Dnewport_con.c447 case CM_ERASE: in newport_cursor()
/linux-4.4.14/include/linux/
Dconsole.h101 #define CM_ERASE (2) macro
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c810 if (mode == CM_ERASE) { in sisusbcon_cursor()
/linux-4.4.14/drivers/tty/vt/
Dvt.c605 vc->vc_sw->con_cursor(vc, CM_ERASE); in hide_cursor()