Searched refs:conv_uni_to_pc (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| 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
|
| /linux/drivers/tty/vt/ |
| 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() 809 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
|
| 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() 2810 tc = conv_uni_to_pc(vc, tc); in vc_con_write_normal() 2832 tc = conv_uni_to_pc(vc, 0xfffd); in vc_con_write_normal() 2835 tc = conv_uni_to_pc(vc, '?'); in vc_con_write_normal() 2880 tc = conv_uni_to_pc(vc, ' '); in vc_con_write_normal()
|
| /linux/ |
| A D | System.map | 28688 ffff800010773ce0 T conv_uni_to_pc
|
| A D | .tmp_System.map | 28688 ffff800010773ce0 T conv_uni_to_pc
|
Completed in 922 milliseconds