Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h146 unsigned int vc_cursor_type; member
/linux/drivers/video/fbdev/core/
H A Dbitblit.c267 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in bit_cursor()
334 vc->vc_cursor_type != par->p->cursor_shape || in bit_cursor()
346 par->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
H A Dfbcon.c454 switch (CUR_SIZE(vc->vc_cursor_type)) { in fbcon_fill_cursor_mask()
1417 if (vc->vc_cursor_type & CUR_SW) in fbcon_cursor()
/linux/drivers/video/console/
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()