/Linux-v6.6/include/linux/ |
D | cc_platform.h | 31 * Examples include SME, SEV and SEV-ES. 41 * Examples include SME. 51 * Examples include SEV and SEV-ES. 61 * Examples include SEV-ES. 72 * Examples include TDX guest & SEV. 90 * Examples include TDX Guest.
|
D | int_log.h | 22 * Some usecase examples: 50 * look at intlog2 for similar examples
|
/Linux-v6.6/Documentation/userspace-api/media/dvb/ |
D | examples.rst | 6 Examples chapter 9 In the past, we used to have a set of examples here. However, those 10 examples got out of date and doesn't even compile nowadays. 16 for updated/recommended examples.
|
/Linux-v6.6/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 10 For examples of already existing generic drivers that will also be good 11 examples for any other kernel drivers you want to author, refer to 22 The userspace ABI is intended for one-off deployments. Examples are prototypes, 43 ``/dev/gpiochipN``. Examples of how to directly use the userspace ABI can be
|
/Linux-v6.6/samples/ |
D | Kconfig | 14 tristate "Build trace_events examples -- loadable modules only" 64 tristate "Build kobject examples" 73 tristate "Build kprobes examples -- loadable modules only" 84 tristate "Build kernel hardware breakpoint examples -- loadable module only" 90 tristate "Build fprobe examples -- loadable modules only" 97 tristate "Build kfifo examples -- loadable modules only"
|
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 10 //! # Examples 209 /// # Examples 226 /// # Examples 253 /// See [`MaybeUninit::zeroed`][zeroed] for examples of correct and incorrect usage 256 /// # Examples 296 /// # Examples 313 /// # Examples 340 /// See [`MaybeUninit::zeroed`][zeroed] for examples of correct and incorrect usage 343 /// # Examples 369 /// # Examples [all …]
|
/Linux-v6.6/Documentation/process/ |
D | license-rules.rst | 114 Other examples using WITH exceptions found in the kernel are:: 130 Examples from the kernel for license expressions in dual licensed files:: 171 Examples:: 199 Freeform text for usage advice. The text must include correct examples 207 File format examples:: 251 Examples:: 298 Examples:: 344 Examples:: 381 examples for the SPDX license identifiers as they should be put into 388 File format examples::
|
D | code-of-conduct.rst | 19 Examples of behavior that contributes to creating a positive environment 29 Examples of unacceptable behavior by participants include: 58 when an individual is representing the project or its community. Examples of
|
/Linux-v6.6/arch/um/drivers/ |
D | Kconfig | 19 information and command line examples of how to use this facility. 164 has examples of the UML command line to use to enable Ethertap 202 has examples of the UML command line to use to enable slip 223 has examples of the UML command line to use to enable Daemon 269 That site has a good overview of what VDE is and also examples 292 has examples of the UML command line to use to enable Multicast 313 has examples of the UML command line to use to enable this option.
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | nixge.txt | 24 Examples (10G generic PHY): 49 Examples (10G generic PHY, no MDIO): 65 Examples (1G generic fixed-link + MDIO):
|
/Linux-v6.6/rust/alloc/vec/ |
D | mod.rs | 11 //! # Examples 152 /// # Examples 413 /// # Examples 451 /// # Examples 505 /// # Examples 588 /// # Examples 655 /// # Examples 696 /// # Examples 754 /// # Examples 838 /// # Examples [all …]
|
/Linux-v6.6/tools/lib/perf/Documentation/ |
D | Makefile | 9 MAN_EX = examples/*.c 35 exdir = $(docdir)/examples 129 install-examples: 130 $(call QUIET_INSTALL, examples) \
|
/Linux-v6.6/rust/kernel/ |
D | print.rs | 208 /// # Examples 232 /// # Examples 256 /// # Examples 280 /// # Examples 304 /// # Examples 328 /// # Examples 352 /// # Examples 378 /// # Examples 405 /// # Examples
|
D | build_assert.rs | 11 /// # Examples 41 /// # Examples 43 /// These examples show that different types of [`assert!`] will trigger errors
|
/Linux-v6.6/tools/perf/Documentation/ |
D | build-xed.txt | 8 $ ./mfile.py examples 11 $ sudo cp obj/examples/xed /usr/local/bin
|
/Linux-v6.6/drivers/android/ |
D | binder_alloc_selftest.c | 35 * is not page aligned. Examples: 46 * Examples: 54 * is not page aligned. Examples: 62 * is page aligned. Examples: 70 * previous buffer and is not page aligned. Examples:
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | frontend.json | 3 …mitations when the back-end could have accepted more operations. Common examples include instructi… 6 …mitations when the back-end could have accepted more operations. Common examples include instructi…
|
/Linux-v6.6/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 69 /// # Examples 117 /// # Examples 145 - 如果提供使用实例对读者有帮助的话,必须写在一个叫做``# Examples``的部分。
|
/Linux-v6.6/samples/auxdisplay/ |
D | cfag12864b-example.c | 184 #define EXAMPLES 6 macro 191 if (n > EXAMPLES) in example() 194 printf("Example %i/%i - ", n, EXAMPLES); in example() 258 for (n = 1; n <= EXAMPLES; n++) { in main()
|
/Linux-v6.6/Documentation/rust/ |
D | coding-guidelines.rst | 77 /// # Examples 130 /// # Examples 161 - If providing examples of usage would help readers, they must be written in 162 a section called ``# Examples``.
|
/Linux-v6.6/Documentation/devicetree/bindings/thermal/ |
D | armada-thermal.txt | 20 Two entries are expected, see the examples below. The first one points 29 Examples:
|
/Linux-v6.6/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 144 Examples:: 156 suffix and with ``-`` changed to ``_``. Examples:: 170 Examples:: 182 proceeds. Examples:: 195 last line number in the file. Examples:: 300 Examples section in Dynamic debug
|
/Linux-v6.6/rust/macros/ |
D | lib.rs | 27 /// # Examples 97 /// # Examples 139 /// # Examples 190 /// # Examples 229 /// # Examples 352 /// # Examples
|
/Linux-v6.6/Documentation/bpf/ |
D | map_xskmap.rst | 133 Examples chapter 180 AF_XDP-forwarding programs in the `bpf-examples`_ directory in the `libxdp`_ repository. 191 .. _bpf-examples: https://github.com/xdp-project/bpf-examples
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | rockchip,rk3568-cru.yaml | 16 (examples: provide SCLK_UART1\PCLK_UART1 and SRST_P_UART1\SRST_S_UART1 for UART module) 58 examples:
|