Searched refs:USER_MAP (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dconsolemap.h12 #define USER_MAP 3 macro
/linux-4.4.14/drivers/tty/vt/
H A Dconsolemap.c294 set_inverse_transl(vc_cons[i].d, p, USER_MAP); update_user_maps()
312 unsigned short *p = translations[USER_MAP]; con_set_trans_old()
332 unsigned short *p = translations[USER_MAP]; con_get_trans_old()
350 unsigned short *p = translations[USER_MAP]; con_set_trans_new()
370 unsigned short *p = translations[USER_MAP]; con_get_trans_new()
773 * Always use USER_MAP. These functions are used by the keyboard,
785 unsigned short uni = translations[USER_MAP][c]; conv_8bit_to_uni()
793 if (translations[USER_MAP][c] == uni || conv_uni_to_8bit()
794 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) conv_uni_to_8bit()
H A Dvt.c2105 vc->vc_G0_charset = USER_MAP; do_con_trol()
2118 vc->vc_G1_charset = USER_MAP; do_con_trol()

Completed in 145 milliseconds