| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_attach_override.c | 7 #define FOO "/foo" macro 41 foo = test__join_cgroup(FOO); in test_cgroup_attach_override() 48 "attach prog to %s failed, errno=%d\n", FOO, errno)) in test_cgroup_attach_override() 89 "detach prog from %s failed, errno=%d\n", FOO, errno)) in test_cgroup_attach_override() 113 "double detach from %s unexpectedly succeeded\n", FOO)) in test_cgroup_attach_override() 118 "attach prog to %s failed, errno=%d\n", FOO, errno)) in test_cgroup_attach_override() 135 "attach prog to %s unexpectedly succeeded\n", FOO)) in test_cgroup_attach_override() 140 "attach prog to %s failed, errno=%d\n", FOO, errno)) in test_cgroup_attach_override()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm2837-rpi-cm3-io3.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A 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
|
| H A D | bcm2835-rpi-b.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero.dts | 33 * "FOO" = GPIO line named "FOO" on the schematic 34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a.dts | 30 * "FOO" = GPIO line named "FOO" on the schematic 31 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2836-rpi-2-b.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-plus.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-rev2.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a-plus.dts | 36 * "FOO" = GPIO line named "FOO" on the schematic 37 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero-w.dts | 43 * "FOO" = GPIO line named "FOO" on the schematic 44 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-b-plus.dts | 65 * "FOO" = GPIO line named "FOO" on the schematic 66 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-b.dts | 58 * "FOO" = GPIO line named "FOO" on the schematic 59 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-a-plus.dts | 58 * "FOO" = GPIO line named "FOO" on the schematic 59 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2711-rpi-4-b.dts | 114 * "FOO" = GPIO line named "FOO" on the schematic 115 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 146 By abusing select you are able to select a symbol FOO even 147 if FOO depends on BAR that is not set. 161 config FOO 172 FOO BAR BAZ's default choice for BAZ 187 Note: If the combination of FOO=y and BAR=m causes a link error, 197 Note: If the feature provided by BAZ is highly desirable for FOO, 198 FOO should imply not only BAZ, but also its dependency BAR:: 200 config FOO 506 depends on HAVE_GENERIC_IOMAP && FOO 551 config FOO [all …]
|
| H A D | kconfig-macro-language.rst | 207 config FOO 215 config FOO 224 config FOO
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 111 FOO = "bar \ 117 newline characters end up in the value of ``FOO``. 120 "barbaz" to ``FOO``:: 122 FOO = "barbaz" 123 FOO = "bar\ 146 Unlike in Bourne shells, the curly braces are mandatory: Only ``${FOO}`` and not 147 ``$FOO`` is recognized as an expansion of ``FOO``. 170 assignment, ``BAR`` expands to the literal string "${FOO}" as long as 171 ``FOO`` does not exist. :: 173 BAR = "${FOO}" [all …]
|
| /OK3568_Linux_fs/buildroot/package/gutenprint/ |
| H A D | 0001-use-pregen-xmli18n-header.patch | 15 ifeq ($(FOO),) 20 echo $(FOO) >$@
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | coding-style.rst | 660 #define FOO(x) \ 673 #define FOO(val) bar(index, val) 678 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这 693 #define FOO(x) \
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A 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},
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | overlay-notes.rst | 24 /* FOO platform */ 59 /* FOO platform + bar peripheral */
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-cargo.txt | 90 copied verbatim then edited to replace all occurences of +FOO+ with the
|
| H A D | adding-packages-meson.txt | 64 copied verbatim then edited to replace all occurences of +FOO+ with the
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/bitmain/ |
| H A D | bm1880-sophon-edge.dts | 29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
|