Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/vt/
Dvt.c290 else if (!vc->vc_sw->con_screen_pos) in screenpos()
293 p = vc->vc_sw->con_screen_pos(vc, offset); in screenpos()
320 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup()
338 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_DOWN, nr)) in scrdown()
353 if (!vc->vc_sw->con_getxy) { in do_update_region()
359 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region()
369 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
379 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
384 if (vc->vc_sw->con_getxy) { in do_update_region()
386 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region()
[all …]
/linux-4.1.27/drivers/video/fbdev/
Dpmag-aa-fb.c252 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.1.27/include/linux/
Dconsole_struct.h36 const struct consw *vc_sw; member
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1191 if (d && d->vc_sw == &sisusb_con) in sisusbcon_do_font_op()
1259 if (vc && vc->vc_sw == &sisusb_con) { in sisusbcon_do_font_op()
1261 vc->vc_sw->con_cursor(vc, CM_DRAW); in sisusbcon_do_font_op()
/linux-4.1.27/drivers/video/console/
Dvgacon.c1199 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()