Searched refs:conv_uni_to_pc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | consolemap.h | 23 extern int conv_uni_to_pc(struct vc_data *conp, long ucs); 30 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | consolemap.h | 27 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
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | consolemap.c | 215 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
|
H A D | vt.c | 606 int tc = conv_uni_to_pc(vc, uc); in vc_uniscr_debug_check() 608 tc = conv_uni_to_pc(vc, 0xfffd); in vc_uniscr_debug_check() 610 tc = conv_uni_to_pc(vc, '?'); in vc_uniscr_debug_check() 2811 tc = conv_uni_to_pc(vc, tc); in vc_con_write_normal() 2833 tc = conv_uni_to_pc(vc, 0xfffd); in vc_con_write_normal() 2836 tc = conv_uni_to_pc(vc, '?'); in vc_con_write_normal() 2881 tc = conv_uni_to_pc(vc, ' '); in vc_con_write_normal()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | consolemap.c | 245 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
|
H A D | vt.c | 2764 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()
|
Completed in 16 milliseconds