Home
last modified time | relevance | path

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

/include/linux/
Dselection.h14 extern struct vc_data *sel_cons;
34 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
35 extern u16 screen_glyph(struct vc_data *vc, int offset);
36 extern u32 screen_glyph_unicode(struct vc_data *vc, int offset);
37 extern void complement_pos(struct vc_data *vc, int offset);
38 extern void invert_screen(struct vc_data *vc, int offset, int count, int shift);
40 extern void getconsxy(struct vc_data *vc, unsigned char *p);
41 extern void putconsxy(struct vc_data *vc, unsigned char *p);
43 extern u16 vcs_scr_readw(struct vc_data *vc, const u16 *org);
44 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
[all …]
Dvt_kern.h39 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
40 struct vc_data *vc_deallocate(unsigned int console);
41 void reset_palette(struct vc_data *vc);
46 int con_font_op(struct vc_data *vc, struct console_font_op *op);
49 void scrollback(struct vc_data *vc);
50 void scrollfront(struct vc_data *vc, int lines);
51 void clear_buffer_attributes(struct vc_data *vc);
52 void update_region(struct vc_data *vc, unsigned long start, int count);
53 void redraw_screen(struct vc_data *vc, int is_switch);
69 int con_clear_unimap(struct vc_data *vc);
[all …]
Dconsole.h20 struct vc_data;
51 void (*con_init)(struct vc_data *vc, int init);
52 void (*con_deinit)(struct vc_data *vc);
53 void (*con_clear)(struct vc_data *vc, int sy, int sx, int height,
55 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
56 void (*con_putcs)(struct vc_data *vc, const unsigned short *s,
58 void (*con_cursor)(struct vc_data *vc, int mode);
59 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
62 int (*con_switch)(struct vc_data *vc);
63 int (*con_blank)(struct vc_data *vc, int blank, int mode_switch);
[all …]
Dconsolemap.h18 struct vc_data;
20 extern u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode);
21 extern unsigned short *set_translate(int m, struct vc_data *vc);
22 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
Dconsole_struct.h57 struct vc_data { struct
140 struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ argument
148 struct vc_data *d; argument
171 bool con_is_visible(const struct vc_data *vc);
Dkeyboard.h12 struct vc_data *vc; /* VC on which the keyboard press was done */