Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconsolemap.h21 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
28 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) macro
/linux-4.4.14/drivers/tty/vt/
Dconsolemap.c202 glyph = conv_uni_to_pc(conp, t[j]); in set_inverse_transl()
340 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
800 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
Dvt.c2337 tc = conv_uni_to_pc(vc, tc); in do_con_write()
2352 tc = conv_uni_to_pc(vc, 0xfffd); in do_con_write()
2355 tc = conv_uni_to_pc(vc, '?'); in do_con_write()
2402 tc = conv_uni_to_pc(vc, ' '); /* A space is printed in the second column */ in do_con_write()