Home
last modified time | relevance | path

Searched full:example (Results 1 – 25 of 2524) sorted by relevance

12345678910>>...101

/Documentation/kbuild/
Dmakefiles.rst88 Example::
98 Example::
128 Example::
146 Example::
151 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to "m"
159 Example::
165 In this example, the module name will be isdn.o. Kbuild will
173 Example::
182 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
209 Example::
[all …]
/Documentation/admin-guide/aoe/
Dexamples.rst1 Example of udev rules
7 Example of udev install rules script
13 Example script to get status
19 Example of AoE autoload script
/Documentation/admin-guide/perf/
Dhisi-pcie-pmu.rst35 Example usage of perf::
54 Example usage of perf group::
82 For example, if target Root Port is 0000:00:00.0 (x8 lanes), bit0 of
87 Example usage of perf::
97 For example, "bdf=0x3900" means BDF of target Endpoint is 0000:39:00.0.
99 Example usage of perf::
110 For example, "trig_len=4" means trigger condition is 2^4 DW, "trig_mode=0"
114 Example usage of perf::
124 For example, "thr_len=4" means threshold is 2^4 DW, "thr_mode=0" means
128 Example usage of perf::
[all …]
Dhns3-pmu.rst41 Example usage of checking event code and subevent code::
61 Example usage of checking supported filter mode::
66 Example usage of perf::
84 Example usage of perf::
93 Example usage of perf::
101 Example usage of perf::
111 for example:
118 Example usage of perf::
126 Example usage of perf::
134 Example usage of perf::
/Documentation/leds/
Dleds-lm3556.rst28 * if STROBE pin is enabled, below example control brightness only, and
31 Flash Example:
55 * if TORCH pin is enabled, below example control brightness only,
58 Torch Example:
86 Indicator pattern example:
101 Example:
123 Example::
134 Example::
/Documentation/admin-guide/gpio/
Dgpio-virtuser.rst29 **Group:** ``/config/gpio-consumer/example-name``
31 **Attribute:** ``/config/gpio-consumer/example-name/live``
33 **Attribute:** ``/config/gpio-consumer/example-name/dev_name``
51 **Group:** ``/config/gpio-consumer/example-name/con_id``
54 to the ``'con_id'`` argument of the ``gpiod_get()`` function. For example:
60 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/key``
62 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/offset``
64 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/drive``
66 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/pull``
68 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/active_low``
[all …]
/Documentation/devicetree/bindings/
Dunittest.txt10 Example:
24 Example:
38 Example:
52 Example:
/Documentation/ABI/testing/
Dima_policy74 For example, "selinux" to measure critical data for SELinux.
76 For example, "sha256,sha512" to only accept to appraise
141 Example of measure rules using alternate PCRs::
146 Example of appraise rule allowing modsig appended signatures:
150 Example of measure rule using KEY_CHECK to measure all keys:
154 Example of measure rule using KEY_CHECK to only measure
159 Example of the special SETXATTR_CHECK appraise rule, that
165 Example of a 'measure' rule requiring fs-verity's digests
171 Example of 'measure' and 'appraise' rules requiring fs-verity
188 All of these policy rules could, for example, be constrained
Dsysfs-driver-input-exc30004 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a …
13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13…
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
/Documentation/dev-tools/kunit/
Drun_wrapper.rst72 contains any other config options required by the tests (For example:
83 We can then add any other Kconfig options. For example:
97 (For example: ``make menuconfig``) to adjust other config options.
160 example: if we only want to run KUnit resource tests, use:
183 for example: i386, x86_64, arm and so on; run on qemu.
188 binaries such as GCC. For example:
204 example:
218 instance of ``QemuArchParams`` assigned to it. See example in:
223 ``--arch`` flag. For example: using
251 compiling a kernel (using ``build`` or ``run`` commands). For example:
[all …]
Dstart.rst97 For example, to include the kernel's linked-list test you can run::
103 For example, to run only ``FAT_FS`` and ``EXT4`` tests you can run::
130 For example, let's assume we are using the default config:
138 like ``"example.example_simple_test"``, to run specifically that test case::
140 ./tools/testing/kunit/kunit.py run "example.example_simple_test"
150 If you do not want to use the KUnit Wrapper (for example: you want code
184 1. Create a file ``drivers/misc/example.h``, which includes:
190 2. Create a file ``drivers/misc/example.c``, which includes:
196 #include "example.h"
208 bool "My example"
[all …]
Dstyle.rst17 example, non-deterministically producing false positives or negatives, or
45 example, subsystems could be called:
82 to be split into multiple test suites (for example, simple drivers).
89 subsystem (for example, both unit tests and integration tests), they should be
96 module name. For example, test suites could include:
108 Avoid names, for example:
117 ``integration_test``. It should be a separate test suite. For example, if the
139 Example test names include:
168 If we are not able to meet above conditions (for example, the test is unable to
171 For example, a Kconfig entry might look like:
[all …]
Dusage.rst11 and then sets *expectations* for what should happen. For example:
24 In the above example, ``example_test_success`` always passes because it does
36 logged. For example:
46 In the above example, ``add_test_basic`` makes a number of assertions about the
65 For example, if we want to rigorously test the ``add`` function above, create
97 terminates the test case if the condition is not satisfied. For example:
115 In this example, we need to be able to allocate an array to test the ``sort()``
174 For example:
186 .name = "example",
195 In the above example, the test suite ``example_test_suite`` would first run
[all …]
Drunning_tips.rst186 # Subtest: example
190 ok 1 - example
197 For example, we'd change the config options from before to
208 $ modprobe kunit-example-test
249 So using our example config:
253 $ modprobe kunit-example-test > /dev/null
254 $ cat /sys/kernel/debug/kunit/example/results
258 $ modprobe -r kunit-example-test
259 $ cat /sys/kernel/debug/kunit/example/results
260 /sys/kernel/debug/kunit/example/results: No such file or directory
[all …]
/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt36 ${LINUX}/arch/arm/boot/dts/r8a7790-lager.dts can be good example.
37 This is example of
42 see "Example: simple sound card"
45 ${LINUX}/arch/arm/boot/dts/r8a7790.dts can be good example.
71 for example digital TV case.
79 see "Example: simple sound card for Asynchronous mode"
116 see "Example: simple sound card for channel convert"
123 example of using matrix
132 example of changing connection
152 see "Example: simple sound card for MIXer"
[all …]
/Documentation/driver-api/dmaengine/
Ddmatest.rst41 Example of usage::
57 Example of multi-channel test usage (new in the 5.0 kernel)::
96 before returning. For example, the following scripts wait for 42 tests
100 Example::
131 Example of output::
142 Example::
160 Example::
168 Example::
173 More channels can be added by repeating the example above.
176 Example::
[all …]
/Documentation/networking/devlink/
Ddevlink-resource.rst14 For example, the ``netdevsim`` driver enables ``/IPv4/fib`` and
23 specify the path of the resource. For example ``/IPv4/fib`` is the id for
40 example usage
43 The resources exposed by the driver can be observed, for example:
63 attribute, which represents the pending change in size. For example:
/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
13 The example project runs on the Nexys4DDR board by Digilent powered by
16 Relevant details about the example project and the Nexys4DDR board:
45 Example:
76 When the example project bitstream is loaded, the cpu_reset button
/Documentation/devicetree/bindings/hwlock/
Dhwlock.txt37 1. Example of a node using a single specific hwlock:
39 The following example has a node requesting a hwlock in the bank defined by
49 2. Example of a node using multiple specific hwlocks:
51 The following example has a node requesting two hwlocks, a hwlock within
/Documentation/iio/
Diio_tools.rst13 * lsiio: example application that provides a list of IIO devices and triggers
14 * iio_event_monitor: example application that reads events from an IIO device
16 * iio_generic_buffer: example application that reads data from buffer
/Documentation/devicetree/bindings/regulator/
Dda9211.txt21 Example 1) DA9211
41 Example 2) DA9212
67 Example 3) DA9213
85 Example 4) DA9223
103 Example 5) DA9214
129 Example 6) DA9224
155 Example 7) DA9215
181 Example 8) DA9225
/Documentation/translations/zh_CN/maintainer/
Dmodifying-patches.rst24 Signed-off-by: Random J Developer <random@developer.example.org>
25 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
26 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
/Documentation/devicetree/bindings/dma/
Dmoxa,moxart-dma.txt13 Example:
33 Example:
35 For example, MMC request line is 5
/Documentation/maintainer/
Dmodifying-patches.rst17 that you are responsible for last-minute changes. Example::
19 Signed-off-by: Random J Developer <random@developer.example.org>
20 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
21 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
/Documentation/trace/rv/
Ddeterministic_automata.rst19 For example, a given automaton named 'wip' (wakeup in preemptive) can
32 in multiple formats. For example, using a *graphical representation*, using
55 For example, the 'wip' automata can be presented as (augmented with comments)::
102 in O(1). For example::
113 For example, this is the 'wip' model in DOT::
143 in the example above and automatically convert it to the C representation
146 For example, having the previous 'wip' model into a file named 'wip.dot',
161 For example, the formal description using set theory is better suitable

12345678910>>...101