Home
last modified time | relevance | path

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

/include/linux/
Dconsole.h19 struct vc_data;
34 void (*con_init)(struct vc_data *, int);
35 void (*con_deinit)(struct vc_data *);
36 void (*con_clear)(struct vc_data *, int, int, int, int);
37 void (*con_putc)(struct vc_data *, int, int, int);
38 void (*con_putcs)(struct vc_data *, const unsigned short *, int, int, int);
39 void (*con_cursor)(struct vc_data *, int);
40 int (*con_scroll)(struct vc_data *, int, int, int, int);
41 void (*con_bmove)(struct vc_data *, int, int, int, int, int, int);
42 int (*con_switch)(struct vc_data *);
[all …]
Dselection.h15 extern struct vc_data *sel_cons;
32 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
33 extern u16 screen_glyph(struct vc_data *vc, int offset);
34 extern void complement_pos(struct vc_data *vc, int offset);
35 extern void invert_screen(struct vc_data *vc, int offset, int count, int shift);
37 extern void getconsxy(struct vc_data *vc, unsigned char *p);
38 extern void putconsxy(struct vc_data *vc, unsigned char *p);
40 extern u16 vcs_scr_readw(struct vc_data *vc, const u16 *org);
41 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
Dvt_kern.h37 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
39 void reset_palette(struct vc_data *vc);
44 int con_font_op(struct vc_data *vc, struct console_font_op *op);
47 void scrollback(struct vc_data *vc, int lines);
48 void scrollfront(struct vc_data *vc, int lines);
49 void update_region(struct vc_data *vc, unsigned long start, int count);
50 void redraw_screen(struct vc_data *vc, int is_switch);
67 int con_clear_unimap(struct vc_data *vc, struct unimapinit *ui);
68 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list);
69 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list);
[all …]
Dconsolemap.h17 struct vc_data;
19 extern u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode);
20 extern unsigned short *set_translate(int m, struct vc_data *vc);
21 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
Dconsole_struct.h23 struct vc_data { struct
106 struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ argument
113 struct vc_data *d; argument
Dvt.h8 struct vc_data *vc; /* VC on which the update happened */
Dkeyboard.h33 struct vc_data *vc; /* VC on which the keyboard press was done */