Searched refs:lang (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.12.1/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 115 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html 158 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html 178 https://rust-lang.github.io/api-guidelines/naming.html
|
D | quick-start.rst | 51 https://forge.rust-lang.org/infra/other-installation-methods.html#standalone 67 … curl -L "https://static.rust-lang.org/dist/rust-src-$(scripts/min-tool-version.sh rustc).tar.gz" |
|
/linux-6.12.1/scripts/ |
D | tags.sh | 222 local mode=$1 lang tmp=() r 226 for lang; do 227 case "$lang" in
|
/linux-6.12.1/Documentation/process/ |
D | programming-language.rst | 55 .. [rust-language] https://www.rust-lang.org 56 .. [rustc] https://doc.rust-lang.org/rustc/ 57 .. [rust-editions] https://doc.rust-lang.org/edition-guide/editions/
|
/linux-6.12.1/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 65 .. [it-rust-language] https://www.rust-lang.org 66 .. [it-rustc] https://doc.rust-lang.org/rustc/ 67 .. [it-rust-editions] https://doc.rust-lang.org/edition-guide/editions/
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | speakup_apollo.c | 60 __ATTR(lang, 0644, spk_var_show, spk_var_store); 213 module_param_named(lang, vars[LANG_ID].u.n.default_val, int, 0444); 224 MODULE_PARM_DESC(lang, "Set the lang variable on load.");
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mm-phygate-tauri-l-rs232-rts-cts.dtso | 4 * Author: Jens Lang <j.lang@phytec.de>
|
D | imx8mm-phygate-tauri-l-rs232-rs232.dtso | 4 * Author: Jens Lang <j.lang@phytec.de>
|
D | imx8mm-phygate-tauri-l-rs232-rs485.dtso | 4 * Author: Jens Lang <j.lang@phytec.de>
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm2836.dtsi | 45 * /About-the-L1-memory-system?lang=en 109 * /About-the-L2-Memory-system?lang=en
|
D | bcm2837.dtsi | 44 * /about-the-l1-memory-system?lang=en 111 * /e/level-2-memory-system/about-the-l2-memory-system?lang=en
|
D | bcm2835.dtsi | 18 * /h/level-one-memory-system/cache-organization?lang=en
|
D | bcm2711.dtsi | 465 * /Level-1-Memory-System/About-the-L1-memory-system?lang=en 532 * /Level-2-Memory-System/About-the-L2-memory-system?lang=en
|
/linux-6.12.1/arch/arm64/boot/dts/broadcom/ |
D | bcm2712.dtsi | 48 …s://developer.arm.com/documentation/100798/0401/L1-memory-system/About-the-L1-memory-system?lang=en 50 …s://developer.arm.com/documentation/100798/0401/L2-memory-system/About-the-L2-memory-system?lang=en 151 * https://developer.arm.com/documentation/100453/0401/L3-cache?lang=en
|
/linux-6.12.1/Documentation/scsi/ |
D | wd719x.rst | 9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
|
/linux-6.12.1/Documentation/rust/ |
D | coding-guidelines.rst | 128 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html 178 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html 199 https://rust-lang.github.io/api-guidelines/naming.html
|
D | general-information.rst | 13 The Rust support in the kernel can link only `core <https://doc.rust-lang.org/core/>`_, 14 but not `std <https://doc.rust-lang.org/std/>`_. Crates for use in the
|
D | quick-start.rst | 63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen 124 https://forge.rust-lang.org/infra/other-installation-methods.html#standalone 143 curl -L "https://static.rust-lang.org/dist/rust-src-$(rustc --version | cut -d' ' -f2).tar.gz" |
|
D | testing.rst | 93 Tests using the `? <https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-question…
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | pnfs.rst | 45 <http://groups.google.com/group/comp.lang.c/browse_thread/thread/9522965e2b8d3809>`_
|
/linux-6.12.1/Documentation/usb/ |
D | gadget_configfs.rst | 251 $ rmdir configs/<config name>.<number>/strings/<lang> 287 $ rmdir strings/<lang>
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-script.txt | 93 -s ['lang']:: 95 Process trace data with the given script ([lang]:script[.ext]). 96 If the string 'lang' is specified in place of a script name, a
|
D | tips.txt | 7 Generate a script for your data: perf script -g <lang>
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | f_fs.c | 2285 struct usb_gadget_strings **lang; in functionfs_bind() local 2302 lang = ffs->stringtabs; in functionfs_bind() 2303 if (lang) { in functionfs_bind() 2304 for (; *lang; ++lang) { in functionfs_bind() 2305 struct usb_string *str = (*lang)->strings; in functionfs_bind()
|
/linux-6.12.1/Documentation/kbuild/ |
D | llvm.rst | 26 pronounced "klang," not "see-lang."
|
12