Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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) in conv_uni_to_pc() function
/Linux-v6.6/drivers/tty/vt/
Dconsolemap.c245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl()
380 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
863 int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
Dvt.c2764 tc = conv_uni_to_pc(vc, tc); in vc_con_write_normal()
2786 tc = conv_uni_to_pc(vc, 0xfffd); in vc_con_write_normal()
2789 tc = conv_uni_to_pc(vc, '?'); in vc_con_write_normal()
2834 tc = conv_uni_to_pc(vc, ' '); in vc_con_write_normal()