Home
last modified time | relevance | path

Searched refs:CM_DRAW (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dconsole.h123 #define CM_DRAW (1) macro
/openbmc/linux/drivers/video/console/
H A Dsticon.c115 case CM_DRAW: in sticon_cursor()
H A Dvgacon.c492 case CM_DRAW: in vgacon_cursor()
1004 c->vc_sw->con_cursor(c, CM_DRAW); in vgacon_adjust_height()
H A Dnewport_con.c453 case CM_DRAW: in newport_cursor()
/openbmc/linux/drivers/video/fbdev/core/
H A Dbitblit.c355 case CM_DRAW: in bit_cursor()
H A Dfbcon_cw.c339 case CM_DRAW: in cw_cursor()
H A Dfbcon_ccw.c356 case CM_DRAW: in ccw_cursor()
H A Dfbcon_ud.c379 case CM_DRAW: in ud_cursor()
H A Dfbcon.c379 CM_ERASE : CM_DRAW; in fb_flashcursor()
2226 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c868 vc->vc_sw->con_cursor(vc, CM_DRAW); in set_cursor()