Home
last modified time | relevance | path

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

/include/linux/
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);
41 extern void invert_screen(struct vc_data *vc, int offset, int count, bool viewed);
43 extern void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]);
44 extern void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]);
46 extern u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org);
[all …]
Dvt_kern.h28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
29 struct vc_data *vc_deallocate(unsigned int console);
30 void reset_palette(struct vc_data *vc);
35 int con_font_op(struct vc_data *vc, struct console_font_op *op);
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);
41 void update_region(struct vc_data *vc, unsigned long start, int count);
42 void redraw_screen(struct vc_data *vc, int is_switch);
58 int con_clear_unimap(struct vc_data *vc);
[all …]
Dconsole.h20 struct vc_data;
47 void (*con_init)(struct vc_data *vc, int init);
48 void (*con_deinit)(struct vc_data *vc);
49 void (*con_clear)(struct vc_data *vc, int sy, int sx, int height,
51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
52 void (*con_putcs)(struct vc_data *vc, const unsigned short *s,
54 void (*con_cursor)(struct vc_data *vc, int mode);
55 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
58 int (*con_switch)(struct vc_data *vc);
59 int (*con_blank)(struct vc_data *vc, int blank, int mode_switch);
[all …]
Dconsolemap.h18 struct vc_data;
20 extern u16 inverse_translate(const struct vc_data *conp, int glyph,
22 extern unsigned short *set_translate(int m, struct vc_data *vc);
23 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
Dconsole_struct.h94 struct vc_data { struct
159 struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ argument
167 struct vc_data *d; argument
195 bool con_is_visible(const struct vc_data *vc);
Dkeyboard.h12 struct vc_data *vc; /* VC on which the keyboard press was done */