Searched refs:FOO (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm2835-rpi-cm1-io1.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-a.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-b-rev2.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-b.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-a-plus.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-b-plus.dts | 33 * "FOO" = GPIO line named "FOO" on the schematic 34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-zero.dts | 34 * "FOO" = GPIO line named "FOO" on the schematic 35 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-zero-w.dts | 46 * "FOO" = GPIO line named "FOO" on the schematic 47 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | board.rst | 72 Device (FOO) { 90 ^FOO, 0, 0, 1, 91 ^FOO, 1, 0, 1, 92 ^FOO, 2, 0, 1, 97 Package () {^FOO, 3, 0, 0},
|
/Linux-v4.19/samples/bpf/ |
D | test_cgrp2_attach2.c | 36 #define FOO "/foo" macro 79 foo = create_and_get_cgroup(FOO); in test_foo_bar() 83 if (join_cgroup(FOO)) in test_foo_bar()
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | coding-style.rst | 656 #define FOO(x) \ 669 #define FOO(val) bar(index, val) 674 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这 689 #define FOO(x) \
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 130 By abusing select you are able to select a symbol FOO even 131 if FOO depends on BAR that is not set. 144 config FOO 154 FOO BAR BAZ's default choice for BAZ 461 depends on HAVE_GENERIC_IOMAP && FOO 505 config FOO 508 limits FOO to module (=m) or disabled (=n). 552 a) Remove any superfluous "select FOO" or "depends on FOO" 554 b1) Swap all "select FOO" to "depends on FOO" or, 555 b2) Swap all "depends on FOO" to "select FOO"
|
D | kconfig-macro-language.txt | 203 config FOO 211 config FOO 220 config FOO
|
/Linux-v4.19/Documentation/devicetree/ |
D | overlay-notes.txt | 21 /* FOO platform */ 59 /* FOO platform + bar peripheral */
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 736 #define FOO(x) \ 749 #define FOO(val) bar(index, val) 754 3) macros with arguments that are used as l-values: FOO(x) = y; will 755 bite you if somebody e.g. turns FOO into an inline function. 771 #define FOO(x) \
|
/Linux-v4.19/Documentation/filesystems/ |
D | hpfs.txt | 55 are case sensitive, so for example when you create a file FOO, you can use 56 'cat FOO', 'cat Foo', 'cat foo' or 'cat F*' but not 'cat f*'. Note, that you
|
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-hikey960.dts | 223 * UART3. This is only for the informational lines i.e. "[FOO]",
|
D | hi6220-hikey.dts | 178 * UART2. This is only for the informational lines i.e. "[FOO]",
|
/Linux-v4.19/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dtsi | 41 * UART3. This is only for the informational lines i.e. "[FOO]",
|
D | apq8096-db820c.dtsi | 44 * UART3. This is only for the informational lines i.e. "[FOO]",
|
/Linux-v4.19/scripts/ |
D | Kbuild.include | 362 # Usage: $(eval $(call config_filename,FOO))
|
/Linux-v4.19/Documentation/ |
D | DMA-API-HOWTO.txt | 901 ringp->mapping = FOO; 906 dma_unmap_addr_set(ringp, mapping, FOO);
|