Searched refs:vc_sw (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/tty/vt/ |
D | vt.c | 291 else if (!vc->vc_sw->con_screen_pos) in screenpos() 294 p = vc->vc_sw->con_screen_pos(vc, offset); in screenpos() 321 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup() 339 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_DOWN, nr)) in scrdown() 354 if (!vc->vc_sw->con_getxy) { in do_update_region() 360 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region() 370 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 380 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 385 if (vc->vc_sw->con_getxy) { in do_update_region() 387 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region() [all …]
|
/linux-2.6.39/drivers/video/ |
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-2.6.39/include/linux/ |
D | console_struct.h | 35 const struct consw *vc_sw; member
|
/linux-2.6.39/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 1191 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-2.6.39/drivers/video/console/ |
D | vgacon.c | 1175 if (c && c->vc_sw == &vga_con) in vgacon_do_font_op() 1239 if (c && c->vc_sw == &vga_con) { in vgacon_adjust_height() 1244 c->vc_sw->con_cursor(c, CM_DRAW); in vgacon_adjust_height()
|