Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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) in conv_uni_to_pc() function
/linux-6.3-rc2/drivers/tty/vt/
A 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
A Dvt.c2754 tc = conv_uni_to_pc(vc, tc); in vc_con_write_normal()
2776 tc = conv_uni_to_pc(vc, 0xfffd); in vc_con_write_normal()
2779 tc = conv_uni_to_pc(vc, '?'); in vc_con_write_normal()
2824 tc = conv_uni_to_pc(vc, ' '); in vc_con_write_normal()

Completed in 16 milliseconds