Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/vt/
Dconsolemap.c26 static unsigned short translations[][256] = { variable
189 unsigned short *t = translations[i]; in set_inverse_transl()
248 return translations[m]; in set_translate()
312 unsigned short *p = translations[USER_MAP]; in con_set_trans_old()
332 unsigned short *p = translations[USER_MAP]; in con_get_trans_old()
350 unsigned short *p = translations[USER_MAP]; in con_set_trans_new()
370 unsigned short *p = translations[USER_MAP]; in con_get_trans_new()
784 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni()
792 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit()
793 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
/drivers/iommu/
DKconfig148 translations for Direct Memory Access (DMA) from devices.
/drivers/staging/speakup/
Dspkguide.txt974 In version 3.1.0 or higher, one may load translations for the various
1067 In the future, translations into various languages will be made available,
1498 distribute translations of the Document under the terms of section 4.
1499 Replacing Invariant Sections with translations requires special
1501 translations of some or all Invariant Sections in addition to the
/drivers/tty/
DKconfig47 bool "Enable character translations in console" if EXPERT