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

/linux-master/include/linux/
H A Dconsolemap.h27 int conv_uni_to_pc(struct vc_data *conp, long ucs);
44 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) function
/linux-master/drivers/tty/vt/
H A Dconsolemap.c245 int glyph = conv_uni_to_pc(conp, t[ch]);
380 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]);
863 int conv_uni_to_pc(struct vc_data *conp, long ucs) function
H A Dvt.c2958 tc = conv_uni_to_pc(vc, tc);
2980 tc = conv_uni_to_pc(vc, 0xfffd);
2983 tc = conv_uni_to_pc(vc, '?');
3028 tc = conv_uni_to_pc(vc, ' ');

Completed in 132 milliseconds