Lines Matching refs:USER_MAP
148 [USER_MAP] = {
337 set_inverse_transl(vc_cons[i].d, p, USER_MAP);
365 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf));
374 unsigned short *p = translations[USER_MAP];
396 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf));
407 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf));
837 * Always use USER_MAP. These functions are used by the keyboard,
849 unsigned short uni = translations[USER_MAP][c];
856 for (c = 0; c < ARRAY_SIZE(translations[USER_MAP]); c++)
857 if (translations[USER_MAP][c] == uni ||
858 (translations[USER_MAP][c] == (c | 0xf000) && uni == c))