Home
last modified time | relevance | path

Searched refs:conv_uni_to_pc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dconsolemap.h27 int conv_uni_to_pc(struct vc_data *conp, long ucs);
48 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
/linux/drivers/tty/vt/
H A Dconsolemap.c245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl()
379 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
849 int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
H A Dvt.c3078 int glyph = conv_uni_to_pc(vc, tc); in vc_get_glyph()
3112 return conv_uni_to_pc(vc, UCS_REPLACEMENT); in vc_get_glyph()
3136 tc = conv_uni_to_pc(vc, '?'); in vc_con_write_normal()
3179 tc = conv_uni_to_pc(vc, ' '); in vc_con_write_normal()