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

/linux-master/include/linux/
H A Dconsolemap.h14 USER_MAP, enumerator in enum:translation_map
17 LAST_MAP = USER_MAP,
/linux-master/drivers/tty/vt/
H A Dconsolemap.c148 [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][
[all...]
H A Dvt.c2201 *charset = USER_MAP;

Completed in 116 milliseconds