Home
last modified time | relevance | path

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

/include/linux/
A Dselection.h15 struct vc_data;
26 bool vc_is_sel(const struct vc_data *vc);
36 u16 screen_glyph(const struct vc_data *vc, int offset);
37 u32 screen_glyph_unicode(const struct vc_data *vc, int offset);
38 void complement_pos(struct vc_data *vc, int offset);
41 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]);
42 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]);
44 u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org);
45 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
46 void vcs_scr_updated(struct vc_data *vc);
[all …]
A Dvt_kern.h31 void reset_palette(struct vc_data *vc);
38 void scrollback(struct vc_data *vc);
39 void scrollfront(struct vc_data *vc, int lines);
40 void clear_buffer_attributes(struct vc_data *vc);
64 int con_clear_unimap(struct vc_data *vc);
67 int con_set_default_unimap(struct vc_data *vc);
68 void con_free_unimap(struct vc_data *vc);
69 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
114 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap()
124 void change_console(struct vc_data *new_vc);
[all …]
A Dconsole.h25 struct vc_data;
92 void (*con_deinit)(struct vc_data *vc);
104 bool (*con_switch)(struct vc_data *vc);
107 int (*con_font_set)(struct vc_data *vc,
112 int (*con_font_default)(struct vc_data *vc,
116 void (*con_set_palette)(struct vc_data *vc,
119 bool (*con_set_origin)(struct vc_data *vc);
120 void (*con_save_screen)(struct vc_data *vc);
125 void (*con_debug_enter)(struct vc_data *vc);
126 void (*con_debug_leave)(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);
36 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate()
43 struct vc_data *vc) in set_translate()
48 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);
A Dkeyboard.h12 struct vc_data *vc; /* VC on which the keyboard press was done */

Completed in 15 milliseconds