Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/samples/kobject/
Dkobject-example.c22 static int baz; variable
60 var = baz; in b_show()
76 baz = var; in b_store()
83 __ATTR(baz, 0664, b_show, b_store);
Dkset-example.c32 int baz; member
144 var = foo_obj->baz; in b_show()
160 foo_obj->baz = var; in b_store()
167 __ATTR(baz, 0664, b_show, b_store);
/Linux-v5.10/Documentation/admin-guide/
Dbootconfig.rst48 foo.bar.baz = value1
54 baz = value1
60 foo.bar { baz = value1; qux.quux = value2 }
71 foo = bar, baz
77 foo = bar, baz
87 foo = bar, baz
90 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``.
/Linux-v5.10/tools/bootconfig/
Dtest-bootconfig.sh113 key = bar, baz
126 key = bar, baz
/Linux-v5.10/Documentation/devicetree/bindings/iio/gyroscope/
Dinvensense,mpu3050.txt31 vlogic-supply = <&baz>;
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dstatistics.rst210 Set the auxiliary data string to "foo bar baz" (the escape for each
213 dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
/Linux-v5.10/tools/perf/Documentation/
Dperf-config.txt399 33.33% baz
403 and 'baz' to 50.00% for each, while 'absolute' would show their
442 --50.00%--baz
445 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
450 'bar' and 'baz' callchain will have 20.00% of overhead.
/Linux-v5.10/Documentation/translations/it_IT/doc-guide/
Dkernel-doc.rst326 * @baz: The Baz member.
330 int baz;
434 See :c:type:`enum baz <baz>`.
Dsphinx.rst416 "bar" -> "baz";
430 "bar" -> "baz";
/Linux-v5.10/Documentation/doc-guide/
Dkernel-doc.rst295 * @baz: The Baz member.
299 int baz;
399 See enum baz.
Dsphinx.rst405 "bar" -> "baz";
419 "bar" -> "baz";
/Linux-v5.10/Documentation/kbuild/
Dmodules.rst147 Example (The module foo.ko, consist of bar.o and baz.o)::
150 make -C $KDIR M=$PWD baz.o
Dkconfig-language.rst166 tristate "baz"
/Linux-v5.10/Documentation/filesystems/
Dseq_file.rst317 p->baz = true;