Searched refs:vc_sw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 296 else if (!vc->vc_sw->con_screen_pos) in screenpos() 299 p = vc->vc_sw->con_screen_pos(vc, offset); in screenpos() 577 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr)) in con_scroll() 597 if (!vc->vc_sw->con_getxy) { in do_update_region() 603 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region() 613 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 623 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 628 if (vc->vc_sw->con_getxy) { in do_update_region() 630 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region() 653 if (vc->vc_sw->con_build_attr) in build_attr() [all …]
|
/openbmc/linux/include/linux/ |
H A D | console_struct.h | 108 const struct consw *vc_sw; member
|
/openbmc/linux/drivers/video/console/ |
H A D | vgacon.c | 941 if (c && c->vc_sw == &vga_con) { in vgacon_do_font_op() 999 if (c && c->vc_sw == &vga_con) { in vgacon_adjust_height() 1004 c->vc_sw->con_cursor(c, CM_DRAW); in vgacon_adjust_height()
|