Lines Matching refs:vc_data
148 static void vc_init(struct vc_data *vc, unsigned int rows,
150 static void gotoxy(struct vc_data *vc, int new_x, int new_y);
151 static void save_cur(struct vc_data *vc);
152 static void reset_terminal(struct vc_data *vc, int do_clear);
155 static void set_cursor(struct vc_data *vc);
156 static void hide_cursor(struct vc_data *vc);
160 static void set_palette(struct vc_data *vc);
211 static struct vc_data *master_display_fg;
265 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write()
271 static void notify_update(struct vc_data *vc) in notify_update()
288 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos()
316 static void scrup(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrup()
333 static void scrdown(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrdown()
350 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region()
396 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region()
409 static u8 build_attr(struct vc_data *vc, u8 _color, u8 _intensity, u8 _blink, in build_attr()
456 static void update_attr(struct vc_data *vc) in update_attr()
465 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen()
511 void complement_pos(struct vc_data *vc, int offset) in complement_pos()
546 static void insert_char(struct vc_data *vc, unsigned int nr) in insert_char()
558 static void delete_char(struct vc_data *vc, unsigned int nr) in delete_char()
573 static void add_softcursor(struct vc_data *vc) in add_softcursor()
590 static void hide_softcursor(struct vc_data *vc) in hide_softcursor()
601 static void hide_cursor(struct vc_data *vc) in hide_cursor()
609 static void set_cursor(struct vc_data *vc) in set_cursor()
624 static void set_origin(struct vc_data *vc) in set_origin()
637 static inline void save_screen(struct vc_data *vc) in save_screen()
649 void clear_buffer_attributes(struct vc_data *vc) in clear_buffer_attributes()
660 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen()
673 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
732 static void visual_init(struct vc_data *vc, int num, int init) in visual_init()
768 struct vc_data *vc; in vc_allocate()
781 param.vc = vc = kzalloc(sizeof(struct vc_data), GFP_KERNEL); in vc_allocate()
809 static inline int resize_screen(struct vc_data *vc, int width, int height, in resize_screen()
845 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize()
970 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) in vc_resize()
989 struct vc_data *vc = tty->driver_data; in vt_resize()
998 struct vc_data *vc_deallocate(unsigned int currcons) in vc_deallocate()
1000 struct vc_data *vc = NULL; in vc_deallocate()
1058 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy()
1089 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay()
1094 void scrollback(struct vc_data *vc, int lines) in scrollback()
1101 void scrollfront(struct vc_data *vc, int lines) in scrollfront()
1108 static void lf(struct vc_data *vc) in lf()
1123 static void ri(struct vc_data *vc) in ri()
1137 static inline void cr(struct vc_data *vc) in cr()
1144 static inline void bs(struct vc_data *vc) in bs()
1154 static inline void del(struct vc_data *vc) in del()
1159 static void csi_J(struct vc_data *vc, int vpar) in csi_J()
1193 static void csi_K(struct vc_data *vc, int vpar) in csi_K()
1220 static void csi_X(struct vc_data *vc, int vpar) /* erase the following vpar positions */ in csi_X()
1234 static void default_attr(struct vc_data *vc) in default_attr()
1266 static void rgb_foreground(struct vc_data *vc, struct rgb c) in rgb_foreground()
1283 static void rgb_background(struct vc_data *vc, struct rgb c) in rgb_background()
1291 static void csi_m(struct vc_data *vc) in csi_m()
1439 static void cursor_report(struct vc_data *vc, struct tty_struct *tty) in cursor_report()
1473 static void set_mode(struct vc_data *vc, int on_off) in set_mode()
1543 static void setterm_command(struct vc_data *vc) in setterm_command()
1610 static void csi_at(struct vc_data *vc, unsigned int nr) in csi_at()
1620 static void csi_L(struct vc_data *vc, unsigned int nr) in csi_L()
1631 static void csi_P(struct vc_data *vc, unsigned int nr) in csi_P()
1641 static void csi_M(struct vc_data *vc, unsigned int nr) in csi_M()
1652 static void save_cur(struct vc_data *vc) in save_cur()
1668 static void restore_cur(struct vc_data *vc) in restore_cur()
1690 static void reset_terminal(struct vc_data *vc, int do_clear) in reset_terminal()
1742 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2184 struct vc_data *vc; in do_con_write()
2460 struct vc_data *vc = vc_cons[fg_console].d; in console_callback()
2477 struct vc_data *vc = vc_cons[fg_console].d; in set_console()
2542 struct vc_data *vc = vc_cons[fg_console].d; in vt_console_print()
2811 struct vc_data *vc = tty->driver_data; in con_unthrottle()
2846 struct vc_data *vc; in con_flush_chars()
2865 struct vc_data *vc; in con_install()
2915 struct vc_data *vc = tty->driver_data; in con_shutdown()
2929 static void vc_init(struct vc_data *vc, unsigned int rows, in vc_init()
2964 struct vc_data *vc; in con_init()
2999 vc_cons[currcons].d = vc = kzalloc(sizeof(struct vc_data), GFP_NOWAIT); in con_init()
3152 struct vc_data *vc = vc_cons[i].d; in do_bind_con_driver()
3188 struct vc_data *vc = vc_cons[j].d; in do_bind_con_driver()
3487 int con_debug_enter(struct vc_data *vc) in con_debug_enter()
3546 struct vc_data *vc; in con_debug_leave()
3808 struct vc_data *vc = vc_cons[fg_console].d; in do_blank_screen()
3869 struct vc_data *vc; in do_unblank_screen()
3969 static void set_palette(struct vc_data *vc) in set_palette()
4030 void reset_palette(struct vc_data *vc) in reset_palette()
4056 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get()
4110 static int con_font_set(struct vc_data *vc, struct console_font_op *op) in con_font_set()
4165 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_default()
4197 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy()
4218 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op()
4238 u16 screen_glyph(struct vc_data *vc, int offset) in screen_glyph()
4250 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos()
4255 void getconsxy(struct vc_data *vc, unsigned char *p) in getconsxy()
4261 void putconsxy(struct vc_data *vc, unsigned char *p) in putconsxy()
4268 u16 vcs_scr_readw(struct vc_data *vc, const u16 *org) in vcs_scr_readw()
4275 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) in vcs_scr_writew()
4284 void vcs_scr_updated(struct vc_data *vc) in vcs_scr_updated()