Searched refs:vc (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | selection.h | 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); 45 extern void vcs_scr_updated(struct vc_data *vc); [all …]
|
D | console.h | 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); 64 int (*con_font_set)(struct vc_data *vc, struct console_font *font, [all …]
|
D | vt_kern.h | 39 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); 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); 70 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); [all …]
|
D | consolemap.h | 21 extern unsigned short *set_translate(int m, struct vc_data *vc); 28 #define set_translate(m, vc) ((unsigned short *)NULL) argument
|
D | console_struct.h | 147 struct vc { struct 156 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument 171 bool con_is_visible(const struct vc_data *vc);
|
D | keyboard.h | 12 struct vc_data *vc; /* VC on which the keyboard press was done */ member
|
/include/video/ |
D | imx-ipu-v3.h | 369 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
|