Searched refs:vc_sw (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 294 else if (!vc->vc_sw->con_screen_pos) in screenpos() 297 p = vc->vc_sw->con_screen_pos(vc, offset); in screenpos() 324 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup() 342 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_DOWN, nr)) in scrdown() 357 if (!vc->vc_sw->con_getxy) { in do_update_region() 363 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region() 373 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 383 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 388 if (vc->vc_sw->con_getxy) { in do_update_region() 390 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region() [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pmag-aa-fb.c | 252 if (disp->conp && disp->conp->vc_sw && disp->conp->vc_sw->con_cursor) in aafb_set_disp() 253 disp->conp->vc_sw->con_cursor(disp->conp, CM_ERASE); in aafb_set_disp() 311 if (old->conp && old->conp->vc_sw && old->conp->vc_sw->con_cursor) in aafb_switch() 312 old->conp->vc_sw->con_cursor(old->conp, CM_ERASE); in aafb_switch()
|
/linux-4.4.14/include/linux/ |
D | console_struct.h | 36 const struct consw *vc_sw; member
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 1207 if (d && d->vc_sw == &sisusb_con) in sisusbcon_do_font_op() 1275 if (vc && vc->vc_sw == &sisusb_con) { in sisusbcon_do_font_op() 1277 vc->vc_sw->con_cursor(vc, CM_DRAW); in sisusbcon_do_font_op()
|
/linux-4.4.14/drivers/video/console/ |
D | vgacon.c | 1199 if (c && c->vc_sw == &vga_con) { in vgacon_do_font_op() 1257 if (c && c->vc_sw == &vga_con) { in vgacon_adjust_height() 1262 c->vc_sw->con_cursor(c, CM_DRAW); in vgacon_adjust_height()
|