Lines Matching defs:vc

261 static void notify_write(struct vc_data *vc, unsigned int unicode)  in notify_write()
267 static void notify_update(struct vc_data *vc) in notify_update()
276 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg()
281 static inline bool con_should_update(const struct vc_data *vc) in con_should_update()
286 static inline unsigned short *screenpos(const struct vc_data *vc, int offset, in screenpos()
321 #define get_vc_uniscr(vc) NULL argument
323 #define get_vc_uniscr(vc) vc->vc_uni_screen argument
366 static void vc_uniscr_set(struct vc_data *vc, struct uni_screen *new_uniscr) in vc_uniscr_set()
372 static void vc_uniscr_putc(struct vc_data *vc, char32_t uc) in vc_uniscr_putc()
380 static void vc_uniscr_insert(struct vc_data *vc, unsigned int nr) in vc_uniscr_insert()
393 static void vc_uniscr_delete(struct vc_data *vc, unsigned int nr) in vc_uniscr_delete()
406 static void vc_uniscr_clear_line(struct vc_data *vc, unsigned int x, in vc_uniscr_clear_line()
418 static void vc_uniscr_clear_lines(struct vc_data *vc, unsigned int y, in vc_uniscr_clear_lines()
431 static void vc_uniscr_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in vc_uniscr_scroll()
501 int vc_uniscr_check(struct vc_data *vc) in vc_uniscr_check()
547 void vc_uniscr_copy_line(const struct vc_data *vc, void *dest, bool viewed, in vc_uniscr_copy_line()
584 static void vc_uniscr_debug_check(struct vc_data *vc) in vc_uniscr_debug_check()
620 static void con_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in con_scroll()
644 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region()
688 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region()
701 static u8 build_attr(struct vc_data *vc, u8 _color, in build_attr()
745 static void update_attr(struct vc_data *vc) in update_attr()
756 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed) in invert_screen()
805 void complement_pos(struct vc_data *vc, int offset) in complement_pos()
840 static void insert_char(struct vc_data *vc, unsigned int nr) in insert_char()
853 static void delete_char(struct vc_data *vc, unsigned int nr) in delete_char()
869 static void add_softcursor(struct vc_data *vc) in add_softcursor()
891 static void hide_softcursor(struct vc_data *vc) in hide_softcursor()
902 static void hide_cursor(struct vc_data *vc) in hide_cursor()
911 static void set_cursor(struct vc_data *vc) in set_cursor()
925 static void set_origin(struct vc_data *vc) in set_origin()
939 static void save_screen(struct vc_data *vc) in save_screen()
947 static void flush_scrollback(struct vc_data *vc) in flush_scrollback()
973 void clear_buffer_attributes(struct vc_data *vc) in clear_buffer_attributes()
984 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen()
1053 static void visual_init(struct vc_data *vc, int num, int init) in visual_init()
1083 static void visual_deinit(struct vc_data *vc) in visual_deinit()
1091 struct vc_data *vc = container_of(port, struct vc_data, port); in vc_port_destruct() local
1111 struct vc_data *vc; in vc_allocate() local
1168 static inline int resize_screen(struct vc_data *vc, int width, int height, in resize_screen()
1195 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize()
1343 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) in vc_resize()
1362 struct vc_data *vc = tty->driver_data; in vt_resize() local
1373 struct vc_data *vc = NULL; in vc_deallocate() local
1399 #define set_kbd(vc, x) vt_set_kbd_mode_bit((vc)->vc_num, (x)) argument
1400 #define clr_kbd(vc, x) vt_clr_kbd_mode_bit((vc)->vc_num, (x)) argument
1401 #define is_kbd(vc, x) vt_get_kbd_mode_bit((vc)->vc_num, (x)) argument
1435 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy()
1467 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay()
1472 void scrollback(struct vc_data *vc) in scrollback()
1477 void scrollfront(struct vc_data *vc, int lines) in scrollfront()
1484 static void lf(struct vc_data *vc) in lf()
1499 static void ri(struct vc_data *vc) in ri()
1513 static inline void cr(struct vc_data *vc) in cr()
1520 static inline void bs(struct vc_data *vc) in bs()
1530 static inline void del(struct vc_data *vc) in del()
1535 static void csi_J(struct vc_data *vc, int vpar) in csi_J()
1572 static void csi_K(struct vc_data *vc, int vpar) in csi_K()
1602 static void csi_X(struct vc_data *vc, unsigned int vpar) in csi_X()
1618 static void default_attr(struct vc_data *vc) in default_attr()
1648 static void rgb_foreground(struct vc_data *vc, const struct rgb *c) in rgb_foreground()
1670 static void rgb_background(struct vc_data *vc, const struct rgb *c) in rgb_background()
1686 static int vc_t416_color(struct vc_data *vc, int i, in vc_t416_color()
1687 void(*set_color)(struct vc_data *vc, const struct rgb *c)) in vc_t416_color()
1714 static void csi_m(struct vc_data *vc) in csi_m()
1822 static void cursor_report(struct vc_data *vc, struct tty_struct *tty) in cursor_report()
1865 static void set_mode(struct vc_data *vc, int on_off) in set_mode()
1936 static void setterm_command(struct vc_data *vc) in setterm_command()
2001 static void csi_at(struct vc_data *vc, unsigned int nr) in csi_at()
2011 static void csi_L(struct vc_data *vc, unsigned int nr) in csi_L()
2022 static void csi_P(struct vc_data *vc, unsigned int nr) in csi_P()
2032 static void csi_M(struct vc_data *vc, unsigned int nr) in csi_M()
2043 static void save_cur(struct vc_data *vc) in save_cur()
2049 static void restore_cur(struct vc_data *vc) in restore_cur()
2065 static void reset_terminal(struct vc_data *vc, int do_clear) in reset_terminal()
2113 static void vc_setGx(struct vc_data *vc, unsigned int which, int c) in vc_setGx()
2137 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2572 static void con_flush(struct vc_data *vc, struct vc_draw_region *draw) in con_flush()
2583 static inline int vc_translate_ascii(const struct vc_data *vc, int c) in vc_translate_ascii()
2618 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) in vc_translate_unicode()
2684 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) in vc_translate()
2697 static inline unsigned char vc_invert_attr(const struct vc_data *vc) in vc_invert_attr()
2712 static bool vc_is_control(struct vc_data *vc, int tc, int c) in vc_is_control()
2755 static int vc_con_write_normal(struct vc_data *vc, int tc, int c, in vc_con_write_normal()
2861 struct vc_data *vc; in do_con_write() local
2958 struct vc_data *vc = vc_cons[fg_console].d; in console_callback() local
2975 struct vc_data *vc = vc_cons[fg_console].d; in set_console() local
3040 struct vc_data *vc = vc_cons[fg_console].d; in vt_console_print() local
3291 struct vc_data *vc = tty->driver_data; in con_unthrottle() local
3326 struct vc_data *vc; in con_flush_chars() local
3345 struct vc_data *vc; in con_install() local
3396 struct vc_data *vc = tty->driver_data; in con_shutdown() local
3405 struct vc_data *vc = tty->driver_data; in con_cleanup() local
3417 static void vc_init(struct vc_data *vc, unsigned int rows, in vc_init()
3452 struct vc_data *vc; in con_init() local
3643 struct vc_data *vc = vc_cons[i].d; in do_bind_con_driver() local
3679 struct vc_data *vc = vc_cons[j].d; in do_bind_con_driver() local
3978 bool con_is_visible(const struct vc_data *vc) in con_is_visible()
3998 int con_debug_enter(struct vc_data *vc) in con_debug_enter()
4056 struct vc_data *vc; in con_debug_leave() local
4315 struct vc_data *vc = vc_cons[fg_console].d; in do_blank_screen() local
4376 struct vc_data *vc; in do_unblank_screen() local
4471 static void set_palette(struct vc_data *vc) in set_palette()
4532 void reset_palette(struct vc_data *vc) in reset_palette()
4558 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get()
4604 static int con_font_set(struct vc_data *vc, struct console_font_op *op) in con_font_set()
4642 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_default()
4674 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op()
4695 u16 screen_glyph(const struct vc_data *vc, int offset) in screen_glyph()
4706 u32 screen_glyph_unicode(const struct vc_data *vc, int n) in screen_glyph_unicode()
4717 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos()
4723 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) in getconsxy()
4730 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) in putconsxy()
4737 u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org) in vcs_scr_readw()
4744 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) in vcs_scr_writew()
4753 void vcs_scr_updated(struct vc_data *vc) in vcs_scr_updated()