Home
last modified time | relevance | path

Searched refs:vc_data (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.3-rc2/include/linux/
A Dvt_kern.h30 void reset_palette(struct vc_data *vc);
37 void scrollback(struct vc_data *vc);
38 void scrollfront(struct vc_data *vc, int lines);
39 void clear_buffer_attributes(struct vc_data *vc);
57 int con_clear_unimap(struct vc_data *vc);
60 int con_set_default_unimap(struct vc_data *vc);
61 void con_free_unimap(struct vc_data *vc);
62 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
107 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap()
117 void change_console(struct vc_data *new_vc);
[all …]
A Dconsole.h22 struct vc_data;
49 void (*con_init)(struct vc_data *vc, int init);
50 void (*con_deinit)(struct vc_data *vc);
60 int (*con_switch)(struct vc_data *vc);
66 int (*con_font_default)(struct vc_data *vc,
70 void (*con_set_palette)(struct vc_data *vc,
73 int (*con_set_origin)(struct vc_data *vc);
74 void (*con_save_screen)(struct vc_data *vc);
91 int (*con_debug_enter)(struct vc_data *vc);
95 int (*con_debug_leave)(struct vc_data *vc);
[all …]
A Dselection.h15 struct vc_data;
27 bool vc_is_sel(struct vc_data *vc);
36 extern unsigned short *screen_pos(const struct vc_data *vc, int w_offset,
38 extern u16 screen_glyph(const struct vc_data *vc, int offset);
39 extern u32 screen_glyph_unicode(const struct vc_data *vc, int offset);
40 extern void complement_pos(struct vc_data *vc, int offset);
46 extern u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org);
47 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
48 extern void vcs_scr_updated(struct vc_data *vc);
50 extern int vc_uniscr_check(struct vc_data *vc);
[all …]
A Dconsolemap.h22 struct vc_data;
25 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode);
26 unsigned short *set_translate(enum translation_map m, struct vc_data *vc);
27 int conv_uni_to_pc(struct vc_data *conp, long ucs);
32 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate()
39 struct vc_data *vc) in set_translate()
44 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc()
A Dconsole_struct.h93 struct vc_data { struct
158 struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ argument
166 struct vc_data *d; argument
194 bool con_is_visible(const struct vc_data *vc);
/linux-6.3-rc2/drivers/video/console/
A Ddummycon.c52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc()
60 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs()
80 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank()
87 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs()
89 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank()
100 static void dummycon_init(struct vc_data *vc, int init) in dummycon_init()
110 static void dummycon_deinit(struct vc_data *vc) { } in dummycon_deinit()
111 static void dummycon_clear(struct vc_data *vc, int sy, int sx, int height, in dummycon_clear()
113 static void dummycon_cursor(struct vc_data *vc, int mode) { } in dummycon_cursor()
115 static bool dummycon_scroll(struct vc_data *vc, unsigned int top, in dummycon_scroll()
[all …]
A Dvgacon.c69 static void vgacon_init(struct vc_data *c, int init);
70 static void vgacon_deinit(struct vc_data *c);
72 static int vgacon_switch(struct vc_data *c);
75 static int vgacon_set_origin(struct vc_data *c);
76 static void vgacon_save_screen(struct vc_data *c);
385 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
544 static int vgacon_doresize(struct vc_data *c, in vgacon_doresize()
606 static int vgacon_switch(struct vc_data *c) in vgacon_switch()
958 struct vc_data *c = vc_cons[i].d; in vgacon_do_font_op()
1015 struct vc_data *c = vc_cons[i].d; in vgacon_adjust_height()
[all …]
A Dsticon.c74 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc()
85 static void sticon_putcs(struct vc_data *conp, const unsigned short *s, in sticon_putcs()
100 static void sticon_cursor(struct vc_data *conp, int mode) in sticon_cursor()
130 static bool sticon_scroll(struct vc_data *conp, unsigned int t, in sticon_scroll()
172 static int sticon_set_font(struct vc_data *vc, struct console_font *op, in sticon_set_font()
270 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set()
276 static void sticon_init(struct vc_data *c, int init) in sticon_init()
294 static void sticon_deinit(struct vc_data *c) in sticon_deinit()
313 static int sticon_switch(struct vc_data *conp) in sticon_switch()
318 static int sticon_blank(struct vc_data *c, int blank, int mode_switch) in sticon_blank()
[all …]
A Dmdacon.c76 static struct vc_data *mda_display_fg = NULL;
355 static void mdacon_init(struct vc_data *c, int init) in mdacon_init()
372 static void mdacon_deinit(struct vc_data *c) in mdacon_deinit()
397 static u8 mdacon_build_attr(struct vc_data *c, u8 color, in mdacon_build_attr()
417 static void mdacon_invert_region(struct vc_data *c, u16 *p, int count) in mdacon_invert_region()
430 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc()
435 static void mdacon_putcs(struct vc_data *c, const unsigned short *s, in mdacon_putcs()
445 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear()
462 static int mdacon_switch(struct vc_data *c) in mdacon_switch()
467 static int mdacon_blank(struct vc_data *c, int blank, int mode_switch) in mdacon_blank()
[all …]
A Dnewport_con.c327 static void newport_init(struct vc_data *vc, int init) in newport_init()
341 static void newport_deinit(struct vc_data *c) in newport_deinit()
349 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear()
370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc()
399 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs()
440 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor()
465 static int newport_switch(struct vc_data *vc) in newport_switch()
482 static int newport_blank(struct vc_data *c, int blank, int mode_switch) in newport_blank()
572 static int newport_font_set(struct vc_data *vc, struct console_font *font, in newport_font_set()
578 static bool newport_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in newport_scroll()
[all …]
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dmain.c301 static void speech_kill(struct vc_data *vc) in speech_kill()
480 static void say_char(struct vc_data *vc) in say_char()
544 static u_long get_word(struct vc_data *vc) in get_word()
591 static void say_word(struct vc_data *vc) in say_word()
701 static void spell_word(struct vc_data *vc) in spell_word()
751 static int get_line(struct vc_data *vc) in get_line()
769 static void say_line(struct vc_data *vc) in say_line()
970 static void top_edge(struct vc_data *vc) in top_edge()
986 static void left_edge(struct vc_data *vc) in left_edge()
2230 struct vc_data *vc = param->vc; in keyboard_notifier_call()
[all …]
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c1035 struct vc_data *vc = container_of(port, struct vc_data, port); in vc_port_destruct()
1055 struct vc_data *vc; in vc_allocate()
1334 struct vc_data *vc = NULL; in vc_deallocate()
1445 static void lf(struct vc_data *vc) in lf()
1460 static void ri(struct vc_data *vc) in ri()
2845 struct vc_data *vc; in do_con_write()
3308 struct vc_data *vc; in con_flush_chars()
3327 struct vc_data *vc; in con_install()
3434 struct vc_data *vc; in con_init()
4036 struct vc_data *vc; in con_debug_leave()
[all …]
A Dkeyboard.c471 static void fn_enter(struct vc_data *vc) in fn_enter()
497 static void fn_caps_on(struct vc_data *vc) in fn_caps_on()
513 static void fn_hold(struct vc_data *vc) in fn_hold()
531 static void fn_num(struct vc_data *vc) in fn_num()
545 static void fn_bare_num(struct vc_data *vc) in fn_bare_num()
551 static void fn_lastcons(struct vc_data *vc) in fn_lastcons()
607 static void fn_show_mem(struct vc_data *vc) in fn_show_mem()
617 static void fn_boot_it(struct vc_data *vc) in fn_boot_it()
622 static void fn_compose(struct vc_data *vc) in fn_compose()
638 static void fn_SAK(struct vc_data *vc) in fn_SAK()
[all …]
A Dvt_ioctl.c46 const struct vc_data *vc = vc_cons[i].d; in vt_in_use()
490 bool perm, struct vc_data *vc) in do_unimap_ioctl()
594 struct vc_data *nvc; in vt_setactivate()
632 struct vc_data *vc = NULL; in vt_disallocate()
651 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all()
702 struct vc_data *vcp; in vt_resizex()
912 struct vc_data *vc; in vt_ioctl()
963 void reset_vc(struct vc_data *vc) in reset_vc()
982 struct vc_data *vc; in vc_SAK()
1038 int perm, struct vc_data *vc) in compat_unimap_ioctl()
[all …]
A Dconsolemap.c287 unsigned short *set_translate(enum translation_map m, struct vc_data *vc) in set_translate()
453 void con_free_unimap(struct vc_data *vc) in con_free_unimap()
467 static int con_unify_unimap(struct vc_data *conp, struct uni_pagedict *dict1) in con_unify_unimap()
541 static int con_allocate_new(struct vc_data *vc) in con_allocate_new()
559 static int con_do_clear_unimap(struct vc_data *vc) in con_do_clear_unimap()
572 int con_clear_unimap(struct vc_data *vc) in con_clear_unimap()
581 static struct uni_pagedict *con_unshare_unimap(struct vc_data *vc, in con_unshare_unimap()
706 int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap()
763 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap()
785 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
[all …]
A Dvc_screen.c88 struct vc_data *vc = param->vc; in vcs_notifier()
183 static struct vc_data *vcs_vc(struct inode *inode, bool *viewed) in vcs_vc()
209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size()
231 struct vc_data *vc; in vcs_lseek()
248 static int vcs_read_buf_uni(struct vc_data *vc, char *con_buf, in vcs_read_buf_uni()
276 static void vcs_read_buf_noattr(const struct vc_data *vc, char *con_buf, in vcs_read_buf_noattr()
296 static unsigned int vcs_read_buf(const struct vc_data *vc, char *con_buf, in vcs_read_buf()
368 struct vc_data *vc; in vcs_read()
478 static u16 *vcs_write_buf_noattr(struct vc_data *vc, const char *con_buf, in vcs_write_buf_noattr()
518 static u16 *vcs_write_buf(struct vc_data *vc, const char *con_buf, in vcs_write_buf()
[all …]
A Dselection.c41 struct vc_data *cons; /* must not be deallocated */
91 bool vc_is_sel(struct vc_data *vc) in vc_is_sel()
189 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars()
230 static int vc_do_selection(struct vc_data *vc, unsigned short mode, int ps, in vc_do_selection()
317 static int vc_selection(struct vc_data *vc, struct tiocl_selection *v, in vc_selection()
377 struct vc_data *vc = tty->driver_data; in paste_selection()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.h55 void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy,
57 void (*clear)(struct vc_data *vc, struct fb_info *info, int sy,
59 void (*putcs)(struct vc_data *vc, struct fb_info *info,
62 void (*clear_margins)(struct vc_data *vc, struct fb_info *info,
64 void (*cursor)(struct vc_data *vc, struct fb_info *info, int mode,
67 int (*rotate_font)(struct fb_info *info, struct vc_data *vc);
119 static inline int attr_col_ec(int shift, struct vc_data *vc, in attr_col_ec()
223 extern void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info);
A Dtileblit.c19 static void tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, in tile_bmove()
34 static void tile_clear(struct vc_data *vc, struct fb_info *info, int sy, in tile_clear()
54 static void tile_putcs(struct vc_data *vc, struct fb_info *info, in tile_putcs()
76 static void tile_clear_margins(struct vc_data *vc, struct fb_info *info, in tile_clear_margins()
82 static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, in tile_cursor()
131 void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info) in fbcon_set_tileops()
A Dfbcon.c228 struct vc_data *vc; in fbcon_rotate_all()
1338 struct vc_data *svc; in fbcon_set_disp()
1934 struct vc_data *vc) in updatescrollmode_accel()
1976 struct vc_data *vc) in updatescrollmode()
2660 struct vc_data *vc; in fbcon_resumed()
2673 struct vc_data *vc; in fbcon_modechanged()
2711 struct vc_data *vc; in fbcon_set_all_vcs()
2757 struct vc_data *vc; in fbcon_modechange_possible()
3035 struct vc_data *vc; in fbcon_fb_blanked()
3057 struct vc_data *vc; in fbcon_new_modelist()
[all …]
A Dbitblit.c26 struct vc_data *vc) in update_attr()
46 static void bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, in bit_bmove()
61 static void bit_clear(struct vc_data *vc, struct fb_info *info, int sy, in bit_clear()
77 static inline void bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, in bit_putcs_aligned()
108 static inline void bit_putcs_unaligned(struct vc_data *vc, in bit_putcs_unaligned()
143 static void bit_putcs(struct vc_data *vc, struct fb_info *info, in bit_putcs()
205 static void bit_clear_margins(struct vc_data *vc, struct fb_info *info, in bit_clear_margins()
236 static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, in bit_cursor()
A Dfbcon_ud.c26 struct vc_data *vc) in ud_update_attr()
48 static void ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, in ud_bmove()
66 static void ud_clear(struct vc_data *vc, struct fb_info *info, int sy, in ud_clear()
85 static inline void ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ud_putcs_aligned()
116 static inline void ud_putcs_unaligned(struct vc_data *vc, in ud_putcs_unaligned()
151 static void ud_putcs(struct vc_data *vc, struct fb_info *info, in ud_putcs()
222 static void ud_clear_margins(struct vc_data *vc, struct fb_info *info, in ud_clear_margins()
251 static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ud_cursor()
A Dfbcon_cw.c26 struct vc_data *vc) in cw_update_attr()
48 static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, in cw_bmove()
65 static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, in cw_clear()
83 static inline void cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in cw_putcs_aligned()
114 static void cw_putcs(struct vc_data *vc, struct fb_info *info, in cw_putcs()
174 static void cw_clear_margins(struct vc_data *vc, struct fb_info *info, in cw_clear_margins()
204 static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in cw_cursor()
A Dfbcon_ccw.c26 struct vc_data *vc) in ccw_update_attr()
63 static void ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, in ccw_bmove()
80 static void ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, in ccw_clear()
98 static inline void ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ccw_putcs_aligned()
129 static void ccw_putcs(struct vc_data *vc, struct fb_info *info, in ccw_putcs()
191 static void ccw_clear_margins(struct vc_data *vc, struct fb_info *info, in ccw_clear_margins()
221 static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ccw_cursor()
/linux-6.3-rc2/drivers/accessibility/braille/
A Dbraille_console.c110 static void vc_follow_cursor(struct vc_data *vc) in vc_follow_cursor()
119 static void vc_maybe_cursor_moved(struct vc_data *vc) in vc_maybe_cursor_moved()
126 static void vc_refresh(struct vc_data *vc) in vc_refresh()
147 struct vc_data *vc = param->vc; in keyboard_notifier_call()
268 struct vc_data *vc = param->vc; in vt_notifier_call()

Completed in 59 milliseconds

12