Searched refs:vc (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | vt_kern.h | 38 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); 40 void reset_palette(struct vc_data *vc); 45 int con_font_op(struct vc_data *vc, struct console_font_op *op); 48 void scrollback(struct vc_data *vc); 49 void scrollfront(struct vc_data *vc, int lines); 50 void clear_buffer_attributes(struct vc_data *vc); 51 void update_region(struct vc_data *vc, unsigned long start, int count); 52 void redraw_screen(struct vc_data *vc, int is_switch); 68 int con_clear_unimap(struct vc_data *vc); 69 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); [all …]
|
D | selection.h | 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); 42 extern void vcs_scr_updated(struct vc_data *vc);
|
D | console_struct.h | 146 struct vc { struct 155 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument 170 static inline bool con_is_visible(const struct vc_data *vc) in con_is_visible() argument 172 return *vc->vc_display_fg == vc; in con_is_visible()
|
D | consolemap.h | 20 extern unsigned short *set_translate(int m, struct vc_data *vc); 27 #define set_translate(m, vc) ((unsigned short *)NULL) argument
|
D | keyboard.h | 11 struct vc_data *vc; /* VC on which the keyboard press was done */ member
|
D | console.h | 89 int con_debug_enter(struct vc_data *vc); 92 static inline int con_debug_enter(struct vc_data *vc) in con_debug_enter() argument
|
/include/video/ |
D | imx-ipu-v3.h | 326 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
|