Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dconsolemap.c25 static unsigned short translations[][256] = { variable
189 unsigned short *t = translations[i]; in set_inverse_transl()
249 return translations[m]; in set_translate()
310 unsigned short *p = translations[USER_MAP]; in con_set_trans_old()
328 unsigned short *p = translations[USER_MAP]; in con_get_trans_old()
344 unsigned short *p = translations[USER_MAP]; in con_set_trans_new()
362 unsigned short *p = translations[USER_MAP]; in con_get_trans_new()
717 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni()
725 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit()
726 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
/drivers/iommu/
DKconfig83 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,
1499 distribute translations of the Document under the terms of section 4.
1500 Replacing Invariant Sections with translations requires special
1502 translations of some or all Invariant Sections in addition to the
/drivers/tty/
DKconfig36 bool "Enable character translations in console" if EXPERT