Home
last modified time | relevance | path

Searched full:foo* (Results 126 - 150 of 1794) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/Documentation/security/
H A Dcredentials.rst370 void foo(struct task_struct *t, struct foo_data *f)
/kernel/linux/linux-5.10/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst80 scripts/kernel-doc -v -none drivers/foo/bar.c
302 di nome ``foo``, il suo campo ``bar`` dev'essere documentato
303 usando ``@foo.bar:``
316 * struct foo - Brief description.
317 * @foo: The Foo member.
319 struct foo {
320 int foo;
332 /** @foobar: Single line description. */
333 int foobar;
[all...]
H A Dsphinx.rst412 :alt: foobar digraph
415 digraph foo {
426 :alt: foobar digraph
429 digraph foo {
H A Dparse-headers.rst166 enum foo { BAR1, BAR2, PRIVATE };
170 replace symbol BAR1 :c:type:\`foo\`
171 replace symbol BAR2 :c:type:\`foo\`
176 enum foo { BAR1, BAR2, PRIVATE };
178 GenererĂ  un riferimento ai valori BAR1 e BAR2 dal simbolo foo nel dominio C.
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c166 /* put in temp area to reduce initial footprint */ in decompress_kernel()
/kernel/linux/linux-5.10/Documentation/admin-guide/
H A Dkernel-parameters.txt498 The effects of cgroup_disable=foo are:
499 - foo isn't auto-mounted if you mount all cgroups in
501 - foo isn't visible as an individually mountable
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/magnetometer/
H A Dak8974.txt27 avdd-supply = <&foo_reg>;
/kernel/linux/linux-5.10/Documentation/devicetree/
H A Doverlay-notes.rst21 Lets take an example where we have a foo board with the following base tree::
23 ---- foo.dts ---------------------------------------------------------------
24 /* FOO platform */
27 compatible = "corp,foo";
39 ---- foo.dts ---------------------------------------------------------------
56 when loaded (and resolved as described in [1]) should result in foo+bar.dts::
58 ---- foo+bar.dts -----------------------------------------------------------
59 /* FOO platform + bar peripheral */
61 compatible = "corp,foo";
79 ---- foo
[all...]
/kernel/linux/linux-5.10/Documentation/driver-api/
H A Dsm501.rst47 occurs the memory footprint of the video subsystem changes.
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
H A Ddirectory.rst127 number and name\_len fields are set to zero to fool old software into
178 (ab)used to fool the old linear-scan algorithm into thinking that the
/kernel/linux/linux-5.10/Documentation/input/devices/
H A Dyealink.rst195 arecord -v -d 10 -r 8000 -f S16_LE -t wav foobar.wav
199 aplay foobar.wav
/kernel/linux/linux-5.10/Documentation/sh/
H A Dnew-machine.rst126 return "FooTech Vaporboard";
214 select Vapor if configuring for a FooTech Vaporboard.
239 /* Make sure we're on the FooTech Vaporboard */
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst502 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
H A Dmaintainer-pgp-guide.rst319 $ cp -a ~/.gnupg /media/disk/foo/gnupg-backup
323 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
644 $ export GNUPGHOME=/media/disk/foo/gnupg-backup
/kernel/linux/linux-5.10/arch/arm/
H A DKconfig380 bool "FootBridge"
382 select FOOTBRIDGE
389 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
645 source "arch/arm/mach-footbridge/Kconfig"
1576 rounding up to page size, the actual memory footprint is usually
H A DKconfig.debug304 bool "Kernel low-level debugging messages via footbridge serial port"
305 depends on FOOTBRIDGE
308 their output to the serial port in the DC21285 (Footbridge).
326 bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1"
327 depends on FOOTBRIDGE
H A DMakefile181 machine-$(CONFIG_ARCH_FOOTBRIDGE) += footbridge
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt61 foo@0 {
62 compatible = "bar,foo";
86 foo@0 {
87 compatible = "bar,foo";
109 foo@0 {
110 compatible = "bar,foo";
H A Dmaxim,max9485.txt54 foo@0 {
55 compatible = "bar,foo";
57 clock-names = "foo-input-clk";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
H A Dtpo,tpg110.yaml92 grestb-gpios = <&foo_gpio 5 1>;
97 remote-endpoint = <&foo>;
H A Dsony,acx424akp.yaml44 vddi-supply = <&foo>;
45 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-5.10/Documentation/process/
H A Dcoding-style.rst299 global variables are a must. To call a global function ``foo`` is a
528 kfree(foo->bar);
529 kfree(foo);
532 The bug in this code is that on some exit paths ``foo`` is NULL. Normally the
539 kfree(foo->bar);
541 kfree(foo);
781 #define FOO(x) \
794 #define FOO(val) bar(index, val)
799 3) macros with arguments that are used as l-values: FOO(x) = y; will
800 bite you if somebody e.g. turns FOO int
[all...]
H A Ddeprecated.rst67 foo = kmalloc(count * size, GFP_KERNEL);
71 foo = kmalloc_array(count, size, GFP_KERNEL);
230 struct foo items[1];
241 struct foo items[0];
254 struct foo items[];
270 struct foo items[0];
301 struct foo items[1];
320 struct foo items[];
/kernel/linux/linux-5.10/Documentation/staging/
H A Dindex.rst23 \footnotesize
37 \footnotesize
51 \footnotesize
/kernel/linux/linux-5.10/Documentation/x86/
H A Dboot.rst1412 to section alignment, the memory footprint of the executable image beyond

Completed in 80 milliseconds

12345678910>>...72