Home
last modified time | relevance | path

Searched refs:con_cursor (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/video/console/
H A Ddummycon.c141 .con_cursor = dummycon_cursor,
H A Dsticon.c370 .con_cursor = sticon_cursor,
H A Dmdacon.c549 .con_cursor = mdacon_cursor,
H A Dvgacon.c1004 c->vc_sw->con_cursor(c, CM_DRAW); in vgacon_adjust_height()
1173 .con_cursor = vgacon_cursor,
H A Dnewport_con.c687 .con_cursor = newport_cursor,
/openbmc/linux/include/linux/
H A Dconsole.h56 void (*con_cursor)(struct vc_data *vc, int mode); member
/openbmc/linux/drivers/tty/vt/
H A Dvt.c855 vc->vc_sw->con_cursor(vc, CM_ERASE); in hide_cursor()
868 vc->vc_sw->con_cursor(vc, CM_DRAW); in set_cursor()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c3158 .con_cursor = fbcon_cursor,