Searched refs:vc (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | selection.h | 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); 47 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org); [all …]
|
D | console.h | 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); 60 int (*con_font_set)(struct vc_data *vc, struct console_font *font, [all …]
|
D | vt_kern.h | 28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); 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); 59 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); [all …]
|
D | consolemap.h | 22 extern unsigned short *set_translate(int m, struct vc_data *vc); 29 #define set_translate(m, vc) ((unsigned short *)NULL) argument
|
D | console_struct.h | 166 struct vc { struct 174 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument 195 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 | 371 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
|