Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 164) sorted by relevance

1234567

/linux-6.3-rc2/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.rst
8 For a resolution refer to Documentation/kbuild/kconfig-language.rst
14 For a resolution refer to Documentation/kbuild/kconfig-language.rst
20 For a resolution refer to Documentation/kbuild/kconfig-language.rst
26 For a resolution refer to Documentation/kbuild/kconfig-language.rst
31 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dprogramming-language.rst3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>`
11 内核是用C语言 :ref:`c-language <cn_c-language>` 编写的。更准确地说,内核通常是用 :ref:`gcc <cn_gcc>`
33 .. _cn_c-language:
35 c-language
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dprogramming-language.rst5 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>`
14 內核是用C語言 :ref:`c-language <tw_c-language>` 編寫的。更準確地說,內核通常是用 :ref:`gcc <tw_gcc>`
36 .. _tw_c-language:
38 c-language
/linux-6.3-rc2/fs/nls/
A DKconfig3 # Native language support configuration
7 tristate "Native language support"
44 native language character sets. These character sets are stored
56 native language character sets. These character sets are stored
68 native language character sets. These character sets are stored
81 native language character sets. These character sets are stored in
97 native language character sets. These character sets are stored in
112 native language character sets. These character sets are stored in
123 native language character sets. These character sets are stored in
283 If you want to display filenames with native language characters
[all …]
/linux-6.3-rc2/Documentation/admin-guide/aoe/
A Dexamples.rst11 :language: shell
17 :language: shell
23 :language: shell
/linux-6.3-rc2/Documentation/process/
A Dprogramming-language.rst6 The kernel is written in the C programming language [c-language]_.
12 This dialect contains many extensions to the language [gnu-extensions]_,
24 implementation-defined semantics to language entities (like variables,
26 to the language (e.g. adding a new keyword) [n2049]_.
38 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
/linux-6.3-rc2/Documentation/kbuild/
A Dissues.rst9 :language: kconfig
15 :language: kconfig
A Dindex.rst10 kconfig-language
11 kconfig-macro-language
A Dkconfig-macro-language.rst2 Kconfig macro language
9 two languages in one. One language describes dependency graphs consisting of
10 targets and prerequisites. The other is a macro language for performing textual
13 There is clear distinction between the two language stages. For example, you
23 The macro language replaces the variable references with their expanded form,
40 The macro language in Kconfig processes the source file into the following
47 dependency as explained in kconfig-language.rst.
145 Kconfig adopts Make-like macro language, but the function call syntax is
/linux-6.3-rc2/Documentation/target/
A Dscripts.rst5 :language: perl
11 :language: shell
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-g-tuner.rst251 transmitting the primary language monaural on the main audio
252 carrier and a secondary language monaural on a second carrier.
264 transmissions of a primary language, and an independent third
265 carrier for a monaural secondary language. Only
316 - The tuner receives the primary language of a bilingual audio
350 bilingual or SAP signal this mode selects the primary language.
355 primary language is played on both channels.
364 - Play the primary language, mono or stereo. Only
368 - Play the secondary language, mono. When the tuner receives no
383 - Play the primary language on the left channel, the secondary
[all …]
/linux-6.3-rc2/Documentation/translations/
A Dindex.rst30 documentation in their native language, but please bear in mind that the
51 one language directly to all other languages. Each language has its own
53 adapted to fit a different language. For this reason, when viewing
/linux-6.3-rc2/drivers/usb/gadget/
A Dusbstring.c45 buf [2] = (u8) table->language; in usb_gadget_get_string()
46 buf [3] = (u8) (table->language >> 8); in usb_gadget_get_string()
A Dconfigfs.c28 stringtab_dev->language = num; in check_user_usb_string()
858 struct gadget_language *language; in gadget_language_string_make() local
867 string->usb_string.id = language->nstrings++; in gadget_language_string_make()
879 struct gadget_language *language; in gadget_language_string_drop() local
887 language->nstrings--; in gadget_language_string_drop()
928 if (gs->stringtab_dev.language == new->stringtab_dev.language) in gadget_language_make()
1602 struct gadget_language *language; in configfs_attach_gadget_strings() local
1627 nstrings = language->nstrings; in configfs_attach_gadget_strings()
1628 } else if (nstrings != language->nstrings) { in configfs_attach_gadget_strings()
1663 kfree(language->stringtab_dev.strings); in configfs_attach_gadget_strings()
[all …]
A Dcomposite.c1172 __le16 language; in collect_langs() local
1177 language = cpu_to_le16(s->language); in collect_langs()
1179 if (*tmp == language) in collect_langs()
1182 *tmp++ = language; in collect_langs()
1191 u16 language, in lookup_string() argument
1200 if (s->language != language) in lookup_string()
1210 void *buf, u16 language, int id) in get_string() argument
1279 len = lookup_string(sp, buf, language, id); in get_string()
1295 len = lookup_string(c->strings, buf, language, id); in get_string()
1302 len = lookup_string(f->strings, buf, language, id); in get_string()
[all …]
/linux-6.3-rc2/tools/memory-model/Documentation/
A Daccess-marking.txt17 1. Plain C-language accesses (unmarked), for example, "a = b;"
33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place
45 C-language accesses, but marking all accesses involved in a given data
54 data_race() and even plain C-language accesses is preferable to
85 concurrently with updates to x. Then using plain C-language writes
95 In theory, plain C-language loads can also be used for this use case.
119 In theory, plain C-language loads can also be used for this use case.
140 In theory, plain C-language loads can also be used for this use case.
190 by default, refraining from flagging plain C-language stores:
467 flag any concurrent plain C-language reads from foo, and given
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Dconfigfs-usb-gadget55 This group contains subdirectories for language-specific
58 What: /config/usb-gadget/gadget/configs/config/strings/language
118 This group contains subdirectories for language-specific
121 What: /config/usb-gadget/gadget/strings/language
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dprogramming-language.rst3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>`
11 Il kernel è scritto nel linguaggio di programmazione C [it-c-language]_.
46 .. [it-c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dprogramming-language.rst3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>`
11 El kernel está escrito en el lenguaje de programación C [sp-c-language]_.
46 .. [sp-c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
A Dindex.rst20 programming-language
/linux-6.3-rc2/include/linux/usb/
A Dgadget_configfs.h70 if (gs->stringtab_dev.language == new->stringtab_dev.language) \
/linux-6.3-rc2/tools/power/cpupower/
A DREADME40 libtoolization, the manpages and the italian language file for cpupower;
42 powernow-k8-decode and intel_gsic tools as well as the french language file;
/linux-6.3-rc2/Documentation/scheduler/
A Dtext_files.rst5 :language: c
/linux-6.3-rc2/Documentation/s390/
A Dtext_files.rst11 :language: shell
/linux-6.3-rc2/Documentation/usb/
A Dtext_files.rst17 :language: c

Completed in 38 milliseconds

1234567