Searched refs:vc (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | selection.h | 26 bool vc_is_sel(const struct vc_data *vc); 35 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed); 36 u16 screen_glyph(const struct vc_data *vc, int offset); 37 u32 screen_glyph_unicode(const struct vc_data *vc, int offset); 38 void complement_pos(struct vc_data *vc, int offset); 39 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed); 41 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]); 42 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]); 44 u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org); 45 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org); [all …]
|
| D | vt_kern.h | 28 int __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines, 31 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); 46 static inline int vc_resize(struct vc_data *vc, unsigned int cols, in vc_resize() argument 49 return __vc_resize(vc, cols, lines, false); in vc_resize() [all …]
|
| D | console.h | 91 void (*con_init)(struct vc_data *vc, bool init); 92 void (*con_deinit)(struct vc_data *vc); 93 void (*con_clear)(struct vc_data *vc, unsigned int y, 95 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y, 97 void (*con_putcs)(struct vc_data *vc, const u16 *s, 100 void (*con_cursor)(struct vc_data *vc, bool enable); 101 bool (*con_scroll)(struct vc_data *vc, unsigned int top, 104 bool (*con_switch)(struct vc_data *vc); 105 bool (*con_blank)(struct vc_data *vc, enum vesa_blank_mode blank, 107 int (*con_font_set)(struct vc_data *vc, [all …]
|
| D | consolemap.h | 26 unsigned short *set_translate(enum translation_map m, struct vc_data *vc); 39 struct vc_data *vc) in set_translate() argument
|
| D | console_struct.h | 164 struct vc { struct 172 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument 193 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,
|
| /include/media/ |
| D | v4l2-subdev.h | 326 u8 vc; member
|