Lines Matching refs:vc_sw

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()
654 return vc->vc_sw->con_build_attr(vc, _color, _intensity, in build_attr()
712 if (vc->vc_sw->con_invert_region) { in invert_screen()
713 vc->vc_sw->con_invert_region(vc, p, count); in invert_screen()
765 vc->vc_sw->con_putc(vc, old, oldy, oldx); in complement_pos()
782 vc->vc_sw->con_putc(vc, new, oldy, oldx); in complement_pos()
836 vc->vc_sw->con_putc(vc, i, vc->state.y, vc->state.x); in add_softcursor()
844 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
855 vc->vc_sw->con_cursor(vc, CM_ERASE); in hide_cursor()
868 vc->vc_sw->con_cursor(vc, CM_DRAW); in set_cursor()
878 !vc->vc_sw->con_set_origin || in set_origin()
879 !vc->vc_sw->con_set_origin(vc)) in set_origin()
891 if (vc->vc_sw->con_save_screen) in save_screen()
892 vc->vc_sw->con_save_screen(vc); in save_screen()
900 if (vc->vc_sw->con_flush_scrollback) { in flush_scrollback()
901 vc->vc_sw->con_flush_scrollback(vc); in flush_scrollback()
912 vc->vc_sw->con_switch(vc); in flush_scrollback()
969 update = vc->vc_sw->con_switch(vc); in redraw_screen()
1005 if (vc->vc_sw) in visual_init()
1006 module_put(vc->vc_sw->owner); in visual_init()
1007 vc->vc_sw = conswitchp; in visual_init()
1010 vc->vc_sw = con_driver_map[num]; in visual_init()
1012 __module_get(vc->vc_sw->owner); in visual_init()
1023 vc->vc_sw->con_init(vc, init); in visual_init()
1034 vc->vc_sw->con_deinit(vc); in visual_deinit()
1035 module_put(vc->vc_sw->owner); in visual_deinit()
1123 if (vc->vc_sw->con_resize) in resize_screen()
1124 err = vc->vc_sw->con_resize(vc, width, height, user); in resize_screen()
1585 vc->vc_sw->con_clear(vc, vc->state.y, vc->state.x, 1, count); in csi_X()
2571 vc->vc_sw->con_putcs(vc, (u16 *)draw->from, in con_flush()
2953 if (vc->vc_mode == KD_TEXT && vc->vc_sw->con_scrolldelta) in console_callback()
2954 vc->vc_sw->con_scrolldelta(vc, scrollback_delta); in console_callback()
3070 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
3098 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
3480 vc_init(vc, currcons || !vc->vc_sw->con_save_screen); in con_init()
3632 if (!vc || !vc->vc_sw) in do_bind_con_driver()
3643 vc->vc_sw->con_deinit(vc); in do_bind_con_driver()
3991 if (vc->vc_sw->con_debug_enter) in con_debug_enter()
3992 ret = vc->vc_sw->con_debug_enter(vc); in con_debug_enter()
4048 if (vc->vc_sw->con_debug_leave) in con_debug_leave()
4049 ret = vc->vc_sw->con_debug_leave(vc); in con_debug_leave()
4306 vc->vc_sw->con_blank(vc, vesa_blank_mode + 1, 0); in do_blank_screen()
4315 vc->vc_sw->con_blank(vc, -1, 1); in do_blank_screen()
4336 i = vc->vc_sw->con_blank(vc, vesa_off_interval ? 1 : (vesa_blank_mode + 1), 0); in do_blank_screen()
4387 if (vc->vc_sw->con_blank(vc, 0, leaving_gfx)) in do_unblank_screen()
4456 if (vc->vc_mode != KD_GRAPHICS && vc->vc_sw->con_set_palette) in set_palette()
4457 vc->vc_sw->con_set_palette(vc, color_table); in set_palette()
4562 else if (vc->vc_sw->con_font_get) in con_font_get()
4563 rc = vc->vc_sw->con_font_get(vc, &font, vpitch); in con_font_get()
4625 else if (vc->vc_sw->con_font_set) { in con_font_set()
4628 rc = vc->vc_sw->con_font_set(vc, &font, vpitch, op->flags); in con_font_set()
4656 if (vc->vc_sw->con_font_default) { in con_font_default()
4659 rc = vc->vc_sw->con_font_default(vc, &font, s); in con_font_default()