Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dtileblit.c71 int use_sw = vc->vc_cursor_type & CUR_SW; in tile_cursor()
79 switch (vc->vc_cursor_type & 0x0f) { in tile_cursor()
A Dfbcon_ccw.c210 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ccw_cursor()
276 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()
297 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()
A Dfbcon_cw.c193 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in cw_cursor()
259 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()
280 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()
A Dbitblit.c229 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in bit_cursor()
288 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()
301 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
A Dfbcon_ud.c239 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ud_cursor()
306 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()
319 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()
A Dfbcon.c1310 if (vc->vc_cursor_type & CUR_SW) in fbcon_cursor()
/linux/include/linux/
A Dconsole_struct.h120 unsigned int vc_cursor_type; member
/linux/drivers/video/console/
A Dsticon.c115 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
A Dmdacon.c495 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
A Dvgacon.c519 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/linux/drivers/tty/vt/
A Dvt.c872 u32 type = vc->vc_cursor_type; in add_softcursor()
919 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()
2110 vc->vc_cursor_type = cur_default; in reset_terminal()
2373 vc->vc_cursor_type = in do_con_trol()
2378 vc->vc_cursor_type = cur_default; in do_con_trol()
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c730 switch (CUR_SIZE(c->vc_cursor_type)) { in sisusbcon_cursor()

Completed in 26 milliseconds