Home
last modified time | relevance | path

Searched refs:vc_cursor_type (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dtileblit.c86 int use_sw = vc->vc_cursor_type & CUR_SW; in tile_cursor()
94 switch (vc->vc_cursor_type & 0x0f) { in tile_cursor()
H A Dfbcon_ccw.c229 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ccw_cursor()
295 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()
316 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()
H A Dbitblit.c244 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in bit_cursor()
306 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()
319 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
H A Dfbcon_cw.c212 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in cw_cursor()
278 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()
299 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()
H A Dfbcon_ud.c259 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ud_cursor()
326 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()
339 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()
H A Dfbcon.c1333 if (vc->vc_cursor_type & CUR_SW) in fbcon_cursor()
/linux/include/linux/
H A Dconsole_struct.h119 unsigned int vc_cursor_type; member
/linux/drivers/video/console/
H A Dmdacon.c483 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
H A Dsticon.c104 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
H A Dvgacon.c527 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/linux/drivers/tty/vt/
H A Dvt.c811 u32 type = vc->vc_cursor_type; in add_softcursor()
858 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()
2166 vc->vc_cursor_type = cur_default; in reset_terminal()
2392 vc->vc_cursor_type = CUR_MAKE(vc->vc_par[0], in csi_DEC()
2396 vc->vc_cursor_type = cur_default; in csi_DEC()