Searched refs:USER_MAP (Results 1 – 6 of 6) sorted by relevance
/linux/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 | 2222 *charset = USER_MAP; in vc_setGx()
|
/linux/include/linux/ |
H A D | consolemap.h | 14 USER_MAP, enumerator 17 LAST_MAP = USER_MAP,
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | unicode.rst | 37 USER_MAP User defined ESC ( K
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | unicode.rst | 34 USER_MAP User defined ESC ( K
|
/linux/Documentation/admin-guide/ |
H A D | unicode.rst | 28 USER_MAP User defined ESC ( K
|