Home
last modified time | relevance | path

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

/openbmc/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 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_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 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.c1317 if (vc->vc_cursor_type & CUR_SW) in fbcon_cursor()
/openbmc/linux/include/linux/
H A Dconsole_struct.h119 unsigned int vc_cursor_type; member
/openbmc/linux/drivers/video/console/
H A Dsticon.c116 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
H A Dmdacon.c495 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
H A Dvgacon.c494 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c820 u32 type = vc->vc_cursor_type; in add_softcursor()
867 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()
2064 vc->vc_cursor_type = cur_default; in reset_terminal()
2327 vc->vc_cursor_type = in do_con_trol()
2332 vc->vc_cursor_type = cur_default; in do_con_trol()