Home
last modified time | relevance | path

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

12345678910>>...266

/kernel/linux/linux-5.10/samples/
DKconfig17 This build trace event example modules.
27 tristate "Build register_ftrace_direct() example"
31 This builds an ftrace direct function example
54 This build several kprobes example modules.
57 tristate "Build kretprobes example -- loadable modules only"
65 This builds kernel hardware breakpoint example modules.
78 tristate "Build kdb command example -- loadable modules only"
81 Build an example of how to dynamically add the hello
149 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only"
156 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
[all …]
/kernel/linux/linux-4.19/Documentation/kbuild/
Dmakefiles.txt133 Example:
142 Example:
175 Example:
191 Example:
195 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
203 Example:
208 In this example, the module name will be isdn.o. Kbuild will
216 Example:
224 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
255 Example:
[all …]
/kernel/linux/linux-4.19/samples/
DKconfig13 This build trace event example modules.
36 This build several kprobes example modules.
39 tristate "Build kretprobes example -- loadable modules only"
47 This builds kernel hardware breakpoint example modules.
60 tristate "Build kdb command example -- loadable modules only"
63 Build an example of how to dynamically add the hello
113 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only"
120 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
128 tristate "Build VFIO mdpy example guest fbdev driver -- loadable module only"
137 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
[all …]
/kernel/linux/linux-5.10/Documentation/kbuild/
Dmakefiles.rst145 Example::
155 Example::
185 Example::
203 Example::
208 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
216 Example::
222 In this example, the module name will be isdn.o. Kbuild will
230 Example::
239 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
272 Example::
[all …]
/kernel/linux/linux-4.19/Documentation/i2c/
Dupgrading-clients13 Example old-style driver
41 example->client.addr = addr;
42 example->client.flags = 0;
43 example->client.adapter = adap;
46 strlcpy(client->i2c_client.name, "example", I2C_NAME_SIZE);
59 dev_info(dev, "example client created\n");
81 .name = "example",
137 - example->client.addr = addr;
138 - example->client.flags = 0;
139 - example->client.adapter = adap;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/board/
Dfsl-board.txt13 Example:
26 indicating the type of FPGA. Example:
34 Example (P1022DS):
43 Example (LS2080A-RDB):
57 indicating the type of FPGA. Example:
61 Example:
73 Example:
77 Example:
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/board/
Dfsl-board.txt13 Example:
26 indicating the type of FPGA. Example:
34 Example (P1022DS):
43 Example (LS2080A-RDB):
63 Example:
87 indicating the type of FPGA. Example:
91 Example:
103 Example:
107 Example:
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
Dstart.rst89 If you'd rather not use the KUnit Wrapper (if, for example, you need to
126 ``drivers/misc/example.h`` with the contents:
132 create a file ``drivers/misc/example.c``:
138 #include "example.h"
150 bool "My example"
156 obj-$(CONFIG_MISC_EXAMPLE) += example.o
159 ``drivers/misc/example-test.c``:
164 #include "example.h"
189 .name = "misc-example",
199 bool "Test for my example"
[all …]
Dusage.rst33 the kernel; for example, it does not intend to be an end-to-end testing
55 and then sets *expectations* for what should happen. For example:
68 In the above example ``example_test_success`` always passes because it does
79 the failure is logged. For example:
89 In the above example ``add_test_basic`` makes a number of assertions about the
108 For example, if we wanted to properly test the add function above, we would
146 For example:
167 In this example, the method under test should return a pointer to a value, so
185 Example:
197 .name = "example",
[all …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst80 **example.o**, BPF object name will be **example**. The
133 **$ cat example.c**
172 This is example BPF application with two BPF programs and a mix of BPF maps
175 **$ bpftool gen skeleton example.o**
188 struct example {
219 static void example__destroy(struct example *obj);
220 static inline struct example *example__open_opts(
222 static inline struct example *example__open();
223 static inline int example__load(struct example *obj);
224 static inline struct example *example__open_and_load();
[all …]
/kernel/linux/linux-4.19/tools/testing/ktest/examples/
DREADME1 This directory contains example configs to use ktest for various tasks.
10 crosstests.conf - this config shows an example of testing a git repo against
16 test.conf - A generic example of a config. This is based on an actual config
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
26 included into other configs. This is a real use example that shows how
/kernel/linux/linux-5.10/tools/testing/ktest/examples/
DREADME1 This directory contains example configs to use ktest for various tasks.
10 crosstests.conf - this config shows an example of testing a git repo against
16 test.conf - A generic example of a config. This is based on an actual config
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
26 included into other configs. This is a real use example that shows how
/kernel/linux/linux-4.19/Documentation/leds/
Dleds-lm3556.txt22 * if STROBE pin is enabled, below example control brightness only, and
25 Flash Example:
36 * if TORCH pin is enabled, below example control brightness only,
39 Torch Example:
53 Indicator pattern example:
61 Example:
73 Example:
83 Example:
/kernel/linux/linux-5.10/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::
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
19 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
22 # Use full schemas when checking %.example.dts
27 -name '*.example.dt.yaml' \)
83 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES))
84 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dt.yaml, $(DT_SCHEMA_FILES))
88 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
89 -name '*.example.dt.yaml' \) -delete 2>/dev/null)
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
Ddmatest.rst31 Example of usage::
47 Example of multi-channel test usage (new in the 5.0 kernel)::
86 before returning. For example, the following scripts wait for 42 tests
90 Example::
121 Example of output::
132 Example::
149 Example::
157 Example::
162 More channels can be added by repeating the example above.
165 Example::
[all …]
/kernel/linux/linux-4.19/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg92 # example: _cpu_up:
99 # example: CPU_ON[{cpu}]
105 # example: [color=#CC00CC]
110 # example: cpu=%di:s32
112 # Example: Display cpu resume in the timeline
157 # example: ata_eh_recover:
164 # example: ata{port}_port_reset
170 # example: [color=#CC00CC]
175 # example: port=+36(%di):s32
177 # Example: Display ATA port reset as ataN_port_reset in the timeline
/kernel/linux/linux-5.10/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg92 # example: _cpu_up:
99 # example: CPU_ON[{cpu}]
105 # example: [color=#CC00CC]
110 # example: cpu=%di:s32
112 # Example: Display cpu resume in the timeline
157 # example: ata_eh_recover:
164 # example: ata{port}_port_reset
170 # example: [color=#CC00CC]
175 # example: port=+36(%di):s32
177 # Example: Display ATA port reset as ataN_port_reset in the timeline
/kernel/linux/linux-4.19/samples/kfifo/
DMakefile1 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/kernel/linux/linux-5.10/samples/kfifo/
DMakefile2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Dat91-clock.txt102 For example:
120 For example:
135 For example:
146 For example:
172 For example:
191 For example:
211 For example:
225 For example:
248 For example:
271 For example:
[all …]
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.avmb198 for example:
108 for example:
121 for example:
130 for example:
135 for example:
146 for example:
153 for example:
161 for example:
166 for example:
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst367 Signed-off-by: Random J Developer <random@developer.example.org>
382 Signed-off-by: Random J Developer <random@developer.example.org>
383 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
384 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
443 Co-developed-by: First Co-Author <first@coauthor.example.org>
444 Signed-off-by: First Co-Author <first@coauthor.example.org>
445 Co-developed-by: Second Co-Author <second@coauthor.example.org>
446 Signed-off-by: Second Co-Author <second@coauthor.example.org>
447 Signed-off-by: From Author <from@author.example.org>
451 From: From Author <from@author.example.org>
[all …]
/kernel/liteos_a/testsuites/unittest/net/netdb/full/
Dnet_netdb_test_019.cpp38 "10.0.0.0 example example.com example.cn\n" in GetHostEntTest()
40 "10.0.0 example.com"; in GetHostEntTest()
88 ICUNIT_ASSERT_STRING_EQUAL(se3->h_name, "example", -1); in GetHostEntTest()
90 ICUNIT_ASSERT_STRING_EQUAL(se3->h_aliases[0], "example.com", -1); in GetHostEntTest()
91 ICUNIT_ASSERT_STRING_EQUAL(se3->h_aliases[1], "example.cn", -1); in GetHostEntTest()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/regulator/
Dda9211.txt19 Example 1) DA9211
37 Example 2) DA9212
63 Example 3) DA9213
81 Example 4) DA9223
99 Example 5) DA9214
125 Example 6) DA9224
151 Example 7) DA9215
177 Example 8) DA9225

12345678910>>...266