Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/console/
Dtileblit.c86 int use_sw = (vc->vc_cursor_type & 0x10); in tile_cursor()
94 switch (vc->vc_cursor_type & 0x0f) { in tile_cursor()
Dbitblit.c245 int attribute, use_sw = (vc->vc_cursor_type & 0x10); in bit_cursor()
313 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()
326 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
Dfbcon_ccw.c230 int attribute, use_sw = (vc->vc_cursor_type & 0x10); in ccw_cursor()
305 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()
325 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()
Dfbcon_cw.c214 int attribute, use_sw = (vc->vc_cursor_type & 0x10); in cw_cursor()
289 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()
309 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()
Dfbcon_ud.c260 int attribute, use_sw = (vc->vc_cursor_type & 0x10); in ud_cursor()
336 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()
349 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()
Dsticon.c147 switch (conp->vc_cursor_type & 0x0f) { in sticon_cursor()
Dmdacon.c522 switch (c->vc_cursor_type & 0x0f) { in mdacon_cursor()
Dvgacon.c708 switch (c->vc_cursor_type & 0x0f) { in vgacon_cursor()
Dfbcon.c1335 if (vc->vc_cursor_type & 0x10) in fbcon_cursor()
/linux-3.4.99/include/linux/
Dconsole_struct.h48 unsigned int vc_cursor_type; member
/linux-3.4.99/drivers/tty/vt/
Dvt.c586 u32 type = vc->vc_cursor_type; in add_softcursor()
628 if ((vc->vc_cursor_type & 0x0f) != 1) in set_cursor()
1656 vc->vc_cursor_type = cur_default; in reset_terminal()
1856 vc->vc_cursor_type = vc->vc_par[0] | (vc->vc_par[1] << 8) | (vc->vc_par[2] << 16); in do_con_trol()
1858 vc->vc_cursor_type = cur_default; in do_con_trol()
/linux-3.4.99/drivers/usb/misc/sisusbvga/
Dsisusb_con.c808 switch (c->vc_cursor_type & 0x0f) { in sisusbcon_cursor()