Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dconsolemap.h22 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
29 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) macro
/Linux-v4.19/drivers/tty/vt/
Dconsolemap.c215 glyph = conv_uni_to_pc(conp, t[j]); in set_inverse_transl()
350 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
810 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
Dvt.c607 int tc = conv_uni_to_pc(vc, uc); in vc_uniscr_debug_check()
609 tc = conv_uni_to_pc(vc, 0xfffd); in vc_uniscr_debug_check()
611 tc = conv_uni_to_pc(vc, '?'); in vc_uniscr_debug_check()
2678 tc = conv_uni_to_pc(vc, tc); in do_con_write()
2693 tc = conv_uni_to_pc(vc, 0xfffd); in do_con_write()
2696 tc = conv_uni_to_pc(vc, '?'); in do_con_write()
2746 tc = conv_uni_to_pc(vc, ' '); /* A space is printed in the second column */ in do_con_write()