Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/core/
Dtileblit.c86 int use_sw = vc->vc_cursor_type & CUR_SW; in tile_cursor()
94 switch (vc->vc_cursor_type & 0x0f) { in tile_cursor()
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()
Dbitblit.c244 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in bit_cursor()
303 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()
316 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
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()
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()
Dfbcon.c1320 if (vc->vc_cursor_type & CUR_SW) in fbcon_cursor()
/linux-5.19.10/include/linux/
Dconsole_struct.h120 unsigned int vc_cursor_type; member
/linux-5.19.10/drivers/video/console/
Dmdacon.c495 switch (CUR_SIZE(c->vc_cursor_type)) { in mdacon_cursor()
Dsticon.c116 switch (CUR_SIZE(conp->vc_cursor_type)) { in sticon_cursor()
Dvgacon.c498 switch (CUR_SIZE(c->vc_cursor_type)) { in vgacon_cursor()
/linux-5.19.10/drivers/tty/vt/
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-5.19.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c730 switch (CUR_SIZE(c->vc_cursor_type)) { in sisusbcon_cursor()