Searched refs:conp (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/console/
H A Dsticon.c74 static void sticon_putcs(struct vc_data *conp, const u16 *s, unsigned int count, argument
80 if (conp->vc_mode != KD_TEXT)
85 font_data[conp->vc_num]);
89 static void sticon_cursor(struct vc_data *conp, bool enable) argument
97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols];
99 sti_putc(sticon_sti, car1, conp->state.y, conp
116 sticon_scroll(struct vc_data *conp, unsigned int t, unsigned int b, enum con_scroll dir, unsigned int count) argument
290 sticon_clear(struct vc_data *conp, unsigned int sy, unsigned int sx, unsigned int width) argument
297 sticon_switch(struct vc_data *conp) argument
318 sticon_build_attr(struct vc_data *conp, u8 color, enum vc_intensity intens, bool blink, bool underline, bool reverse, bool italic) argument
332 sticon_invert_region(struct vc_data *conp, u16 *p, int count) argument
[all...]
/linux-master/include/linux/
H A Dconsolemap.h25 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode);
27 int conv_uni_to_pc(struct vc_data *conp, long ucs);
32 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, argument
44 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) argument
/linux-master/drivers/tty/vt/
H A Dconsolemap.c226 static void set_inverse_transl(struct vc_data *conp, struct uni_pagedict *dict, argument
245 int glyph = conv_uni_to_pc(conp, t[ch]);
300 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode) argument
308 p = *conp->uni_pagedict_loc;
319 m = inv_translate[conp->vc_num];
467 static int con_unify_unimap(struct vc_data *conp, struct uni_pagedict *dict1) argument
499 *conp->uni_pagedict_loc = dict2;
863 int conv_uni_to_pc(struct vc_data *conp, long ucs) argument
883 dict = *conp->uni_pagedict_loc;

Completed in 120 milliseconds