Home
last modified time | relevance | path

Searched refs:foobar (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/gpio/
H A Dgpio-sim.sh220 set_label chip bank foobar
247 set_line_name chip bank 5 foobar
277 echo foobar > $CONFIGFS_DIR/chip/bank/label 2> /dev/null && \
305 set_label chip bank0 foobar
307 set_label chip bank1 foobar
357 echo foobar > $SYSFS_PATH 2> /dev/null && fail "invalid input not detected"
/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi64 string-property = "foobar";
/linux/Documentation/input/devices/
H A Dyealink.rst195 arecord -v -d 10 -r 8000 -f S16_LE -t wav foobar.wav
199 aplay foobar.wav
/linux/Documentation/arch/s390/
H A D3270.rst285 echo pf24="mkdir foobar; cd foobar" > /proc/tty/driver/tty3270
287 to execute the commands mkdir foobar and cd foobar immediately when you
/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst335 after its release name -- '6.0.1-foobar' in the following example::
337 sudo rm -rf /lib/modules/6.0.1-foobar
343 command -v kernel-install && sudo kernel-install -v remove 6.0.1-foobar
346 do the same if any files named '*6.0.1-foobar*' remain in /boot/.
1037 release name '6.0.1-foobar'::
1039 rm -i /boot/{System.map,vmlinuz}-6.0.1-foobar
1042 ``/boot/initramfs-6.0.1-foobar.img`` or ``/boot/initrd.img-6.0.1-foobar``.
1043 Afterwards check for other files in /boot/ that have '6.0.1-foobar' in their
H A Dreporting-issues.rst1131 (foobar@example.com) (gcc (GCC) 10.2.1, GNU ld version 2.34) #1 SMP Mon Aug
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dkernel-doc.rst390 * The whizbang foobar is a dilly of a gizmo. It can do whatever you
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst307 /** @foobar: Single line description. */
308 int foobar;
477 * The whizbang foobar is a dilly of a gizmo. It can do whatever you
H A Dsphinx.rst491 :alt: foobar digraph
505 :alt: foobar digraph
/linux/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst335 /** @foobar: Single line description. */
336 int foobar;
506 * The whizbang foobar is a dilly of a gizmo. It can do whatever you
H A Dsphinx.rst452 :alt: foobar digraph
466 :alt: foobar digraph
/linux/Documentation/process/
H A Dmaintainer-tip.rst689 struct foobar foo;
695 struct foobar foo;
800 static int long_function_name(struct foobar *barfoo, unsigned int id,
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-issues.rst873 version 5.8-1 (foobar@example.com) (gcc (GCC) 10.2.1, GNU ld version
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst872 version 5.8-1 (foobar@example.com) (gcc (GCC) 10.2.1, GNU ld version
/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst193 followed by ``_kunit`` (e.g. if "foobar" is the core module, then
/linux/tools/perf/Documentation/
H A Dperf-probe.txt243 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
/linux/drivers/block/
H A Dpktcdvd.c1411 static int kcdrwd(void *foobar) in kcdrwd() argument
1413 struct pktcdvd_device *pd = foobar; in kcdrwd()