Lines Matching defs:vc
260 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write()
266 static void notify_update(struct vc_data *vc) in notify_update()
275 #define IS_FG(vc) ((vc)->vc_num == fg_console) argument
278 #define DO_UPDATE(vc) 0 argument
280 #define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked) argument
283 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos()
311 static void scrup(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrup()
328 static void scrdown(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrdown()
345 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region()
391 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region()
404 static u8 build_attr(struct vc_data *vc, u8 _color, u8 _intensity, u8 _blink, in build_attr()
451 static void update_attr(struct vc_data *vc) in update_attr()
460 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen()
505 void complement_pos(struct vc_data *vc, int offset) in complement_pos()
539 static void insert_char(struct vc_data *vc, unsigned int nr) in insert_char()
559 static void delete_char(struct vc_data *vc, unsigned int nr) in delete_char()
584 static void add_softcursor(struct vc_data *vc) in add_softcursor()
601 static void hide_softcursor(struct vc_data *vc) in hide_softcursor()
612 static void hide_cursor(struct vc_data *vc) in hide_cursor()
620 static void set_cursor(struct vc_data *vc) in set_cursor()
635 static void set_origin(struct vc_data *vc) in set_origin()
648 static inline void save_screen(struct vc_data *vc) in save_screen()
660 static void clear_buffer_attributes(struct vc_data *vc) in clear_buffer_attributes()
671 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen()
743 static void visual_init(struct vc_data *vc, int num, int init) in visual_init()
777 struct vc_data *vc; in vc_allocate() local
818 static inline int resize_screen(struct vc_data *vc, int width, int height, in resize_screen()
854 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize()
979 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) in vc_resize()
998 struct vc_data *vc = tty->driver_data; in vt_resize() local
1012 struct vc_data *vc = vc_cons[currcons].d; in vc_deallocate() local
1031 #define set_kbd(vc, x) set_vc_kbd_mode(kbd_table + (vc)->vc_num, (x)) argument
1032 #define clr_kbd(vc, x) clr_vc_kbd_mode(kbd_table + (vc)->vc_num, (x)) argument
1033 #define is_kbd(vc, x) vc_kbd_mode(kbd_table + (vc)->vc_num, (x)) argument
1066 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy()
1097 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay()
1102 void scrollback(struct vc_data *vc, int lines) in scrollback()
1109 void scrollfront(struct vc_data *vc, int lines) in scrollfront()
1116 static void lf(struct vc_data *vc) in lf()
1131 static void ri(struct vc_data *vc) in ri()
1145 static inline void cr(struct vc_data *vc) in cr()
1152 static inline void bs(struct vc_data *vc) in bs()
1162 static inline void del(struct vc_data *vc) in del()
1167 static void csi_J(struct vc_data *vc, int vpar) in csi_J()
1218 static void csi_K(struct vc_data *vc, int vpar) in csi_K()
1252 static void csi_X(struct vc_data *vc, int vpar) /* erase the following vpar positions */ in csi_X()
1266 static void default_attr(struct vc_data *vc) in default_attr()
1277 static void csi_m(struct vc_data *vc) in csi_m()
1387 static void cursor_report(struct vc_data *vc, struct tty_struct *tty) in cursor_report()
1421 static void set_mode(struct vc_data *vc, int on_off) in set_mode()
1491 static void setterm_command(struct vc_data *vc) in setterm_command()
1551 static void csi_at(struct vc_data *vc, unsigned int nr) in csi_at()
1561 static void csi_L(struct vc_data *vc, unsigned int nr) in csi_L()
1572 static void csi_P(struct vc_data *vc, unsigned int nr) in csi_P()
1582 static void csi_M(struct vc_data *vc, unsigned int nr) in csi_M()
1593 static void save_cur(struct vc_data *vc) in save_cur()
1609 static void restore_cur(struct vc_data *vc) in restore_cur()
1631 static void reset_terminal(struct vc_data *vc, int do_clear) in reset_terminal()
1691 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2127 struct vc_data *vc; in do_con_write() local
2403 struct vc_data *vc = vc_cons[fg_console].d; in console_callback() local
2420 struct vc_data *vc = vc_cons[fg_console].d; in set_console() local
2485 struct vc_data *vc = vc_cons[fg_console].d; in vt_console_print() local
2740 struct vc_data *vc = tty->driver_data; in con_unthrottle() local
2777 struct vc_data *vc; in con_flush_chars() local
2802 struct vc_data *vc = vc_cons[currcons].d; in con_open() local
2835 struct vc_data *vc = tty->driver_data; in con_shutdown() local
2848 static void vc_init(struct vc_data *vc, unsigned int rows, in vc_init()
2883 struct vc_data *vc; in con_init() local
3064 struct vc_data *vc = vc_cons[i].d; in bind_con_driver() local
3100 struct vc_data *vc = vc_cons[j].d; in bind_con_driver() local
3126 struct vc_data *vc = vc_cons[i].d; in con_is_graphics() local
3449 int con_debug_enter(struct vc_data *vc) in con_debug_enter()
3495 struct vc_data *vc; in con_debug_leave() local
3725 struct vc_data *vc = vc_cons[fg_console].d; in do_blank_screen() local
3786 struct vc_data *vc; in do_unblank_screen() local
3886 static void set_palette(struct vc_data *vc) in set_palette()
3951 void reset_palette(struct vc_data *vc) in reset_palette()
3977 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get()
4032 static int con_font_set(struct vc_data *vc, struct console_font_op *op) in con_font_set()
4085 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_default()
4115 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy()
4136 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op()
4156 u16 screen_glyph(struct vc_data *vc, int offset) in screen_glyph()
4168 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos()
4173 void getconsxy(struct vc_data *vc, unsigned char *p) in getconsxy()
4179 void putconsxy(struct vc_data *vc, unsigned char *p) in putconsxy()
4186 u16 vcs_scr_readw(struct vc_data *vc, const u16 *org) in vcs_scr_readw()
4193 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) in vcs_scr_writew()
4202 void vcs_scr_updated(struct vc_data *vc) in vcs_scr_updated()