Searched refs:language (Results 1 – 25 of 71) sorted by relevance
123
/linux-2.6.39/fs/nls/ |
D | Kconfig | 2 # Native language support configuration 6 tristate "Native language support" 43 native language character sets. These character sets are stored 55 native language character sets. These character sets are stored 67 native language character sets. These character sets are stored 80 native language character sets. These character sets are stored in 96 native language character sets. These character sets are stored in 111 native language character sets. These character sets are stored in 122 native language character sets. These character sets are stored in 133 native language character sets. These character sets are stored in [all …]
|
/linux-2.6.39/Documentation/kbuild/ |
D | 00-INDEX | 7 kconfig-language.txt 8 - specification of Config Language, the language in Kconfig files
|
/linux-2.6.39/scripts/ |
D | tags.sh | 138 --langdef=kconfig --language-force=kconfig \ 142 --langdef=kconfig --language-force=kconfig \ 146 --langdef=dotconfig --language-force=dotconfig \
|
/linux-2.6.39/drivers/usb/gadget/ |
D | composite.c | 565 u16 language; in collect_langs() local 570 language = cpu_to_le16(s->language); in collect_langs() 572 if (*tmp == language) in collect_langs() 575 *tmp++ = language; in collect_langs() 584 u16 language, in lookup_string() argument 593 if (s->language != language) in lookup_string() 603 void *buf, u16 language, int id) in get_string() argument 662 .language = language, in get_string() 673 len = lookup_string(composite->strings, buf, language, id); in get_string() 679 len = lookup_string(c->strings, buf, language, id); in get_string() [all …]
|
D | usbstring.c | 114 buf [2] = (u8) table->language; in usb_gadget_get_string() 115 buf [3] = (u8) (table->language >> 8); in usb_gadget_get_string()
|
D | ncm.c | 124 .language = 0x0409, /* en-us */
|
D | cdc2.c | 116 .language = 0x0409, /* en-us */
|
D | nokia.c | 77 .language = 0x0409, /* en-us */
|
D | serial.c | 78 .language = 0x0409, /* en-us */
|
D | ether.c | 222 .language = 0x0409, /* en-us */
|
D | hid.c | 117 .language = 0x0409, /* en-us */
|
D | zero.c | 171 .language = 0x0409, /* en-us */
|
D | multi.c | 144 .language = 0x0409, /* en-us */
|
D | g_ffs.c | 129 .language = 0x0409, /* en-us */
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-script.txt | 34 language extension. If <command> is not specified, the events are 39 trace --list' i.e. the actual script name minus any language 49 actual script name minus any language extension. If <command> is 63 script name minus any language extension; a <top-script> is defined 70 See the 'SEE ALSO' section for links to language-specific 98 Generate perf-script.[ext] starter script for given language,
|
/linux-2.6.39/ |
D | Kconfig | 3 # see Documentation/kbuild/kconfig-language.txt.
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | Kconfig | 2 # see Documentation/kbuild/kconfig-language.txt.
|
/linux-2.6.39/arch/microblaze/ |
D | Kconfig.debug | 2 # see Documentation/kbuild/kconfig-language.txt.
|
/linux-2.6.39/scripts/kconfig/ |
D | zconf.gperf | 1 %language=ANSI-C
|
/linux-2.6.39/fs/befs/ |
D | Kconfig | 14 of the NLS (native language support) options below.
|
/linux-2.6.39/Documentation/serial/ |
D | riscom8.txt | 12 NOTE: English is not my native language.
|
/linux-2.6.39/Documentation/ |
D | unicode.txt | 82 Klingon language support 86 support for the artificial language Klingon, created by Marc Okrand 98 of the dingbats/symbols/forms type and this is a language, I have
|
/linux-2.6.39/arch/microblaze/platform/ |
D | Kconfig.platform | 2 # see Documentation/kbuild/kconfig-language.txt.
|
/linux-2.6.39/Documentation/zh_CN/ |
D | CodingStyle | 480 要查看配置文件的完整文档,请看Documentation/kbuild/kconfig-language.txt。 556 transfer language),内核里的汇编语言经常用到它。
|
/linux-2.6.39/Documentation/vm/ |
D | overcommit-accounting | 31 The C language stack growth does an implicit mremap. If you want absolute
|
123