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

/linux-master/drivers/video/console/
H A Ddummycon.c146 .con_cursor = dummycon_cursor,
H A Dsticon.c355 .con_cursor = sticon_cursor,
H A Dmdacon.c536 .con_cursor = mdacon_cursor,
H A Dvgacon.c1033 c->vc_sw->con_cursor(c, true);
1200 .con_cursor = vgacon_cursor,
H A Dnewport_con.c688 .con_cursor = newport_cursor,
/linux-master/include/linux/
H A Dconsole.h49 * @con_cursor: enable/disable cursor depending on @enable
98 void (*con_cursor)(struct vc_data *vc, bool enable); member in struct:consw
/linux-master/drivers/tty/vt/
H A Dvt.c846 vc->vc_sw->con_cursor(vc, false);
859 vc->vc_sw->con_cursor(vc, true);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3126 .con_cursor = fbcon_cursor,

Completed in 144 milliseconds