Searched refs:USER_MAP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | consolemap.h | 14 USER_MAP, enumerator 17 LAST_MAP = USER_MAP,
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | consolemap.c | 148 [USER_MAP] = { 337 set_inverse_transl(vc_cons[i].d, p, USER_MAP); in update_user_maps() 365 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 374 unsigned short *p = translations[USER_MAP]; in con_get_trans_old() 396 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new() 407 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new() 837 * Always use USER_MAP. These functions are used by the keyboard, 849 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() 856 for (c = 0; c < ARRAY_SIZE(translations[USER_MAP]); c++) in conv_uni_to_8bit() 857 if (translations[USER_MAP][ in conv_uni_to_8bit() [all...] |
H A D | vt.c | 2099 *charset = USER_MAP; in vc_setGx()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | consolemap.h | 13 #define USER_MAP 3 macro
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | consolemap.c | 307 set_inverse_transl(vc_cons[i].d, p, USER_MAP); in update_user_maps() 335 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 344 unsigned short *p = translations[USER_MAP]; in con_get_trans_old() 366 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new() 377 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new() 783 * Always use USER_MAP. These functions are used by the keyboard, 795 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() 803 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit() 804 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
|
H A D | vt.c | 2146 *charset = USER_MAP; in vc_setGx()
|
Completed in 14 milliseconds