Searched refs:vc (Results 1 – 10 of 10) sorted by relevance
| /include/vdso/ |
| A D | helpers.h | 27 seq = READ_ONCE(vc->seq); in vdso_read_retry() 38 WRITE_ONCE(vc->seq, vc->seq + 1); in vdso_write_seq_begin() 48 WRITE_ONCE(vc->seq, vc->seq + 1); in vdso_write_seq_end() 53 vdso_write_seq_begin(vc); in vdso_write_begin_clock() 62 vdso_write_seq_end(vc); in vdso_write_end_clock() 67 struct vdso_clock *vc = vd->clock_data; in vdso_write_begin() local 69 vdso_write_seq_begin(&vc[CS_HRES_COARSE]); in vdso_write_begin() 70 vdso_write_seq_begin(&vc[CS_RAW]); in vdso_write_begin() 77 struct vdso_clock *vc = vd->clock_data; in vdso_write_end() local 81 vdso_write_seq_end(&vc[CS_HRES_COARSE]); in vdso_write_end() [all …]
|
| /include/linux/ |
| A D | selection.h | 26 bool vc_is_sel(const struct vc_data *vc); 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); 46 void vcs_scr_updated(struct vc_data *vc); [all …]
|
| A D | vt_kern.h | 31 void reset_palette(struct vc_data *vc); 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); 42 void redraw_screen(struct vc_data *vc, int is_switch); 49 return __vc_resize(vc, cols, lines, false); in vc_resize() 64 int con_clear_unimap(struct vc_data *vc); 67 int con_set_default_unimap(struct vc_data *vc); 68 void con_free_unimap(struct vc_data *vc); 88 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap() argument [all …]
|
| A D | console.h | 91 void (*con_init)(struct vc_data *vc, bool init); 92 void (*con_deinit)(struct vc_data *vc); 104 bool (*con_switch)(struct vc_data *vc); 107 int (*con_font_set)(struct vc_data *vc, 112 int (*con_font_default)(struct vc_data *vc, 116 void (*con_set_palette)(struct vc_data *vc, 119 bool (*con_set_origin)(struct vc_data *vc); 120 void (*con_save_screen)(struct vc_data *vc); 125 void (*con_debug_enter)(struct vc_data *vc); 126 void (*con_debug_leave)(struct vc_data *vc); [all …]
|
| A D | console_struct.h | 165 struct vc { struct 173 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument 194 bool con_is_visible(const struct vc_data *vc);
|
| A D | consolemap.h | 26 unsigned short *set_translate(enum translation_map m, struct vc_data *vc); 43 struct vc_data *vc) in set_translate() argument
|
| A D | keyboard.h | 12 struct vc_data *vc; /* VC on which the keyboard press was done */ member
|
| /include/asm-generic/vdso/ |
| A D | vsyscall.h | 26 static __always_inline void __arch_update_vdso_clock(struct vdso_clock *vc) in __arch_update_vdso_clock() argument
|
| /include/video/ |
| A D | imx-ipu-v3.h | 364 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
|
| /include/media/ |
| A D | v4l2-subdev.h | 326 u8 vc; member
|
Completed in 21 milliseconds