Searched refs:FOO (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/Linux-v5.15/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 | 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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
D | bcm2711-rpi-4-b.dts | 84 * "FOO" = GPIO line named "FOO" on the schematic 85 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/Linux-v5.15/Documentation/kbuild/ |
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 491 depends on HAVE_GENERIC_IOMAP && FOO 536 config FOO [all …]
|
D | kconfig-macro-language.rst | 207 config FOO 215 config FOO 224 config FOO
|
/Linux-v5.15/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 659 #define FOO(x) \ 672 #define FOO(val) bar(index, val) 677 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这 692 #define FOO(x) \
|
/Linux-v5.15/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 663 #define FOO(x) \ 676 #define FOO(val) bar(index, val) 681 3) 作爲左值的帶參數的宏: FOO(x) = y;如果有人把 FOO 變成一個內聯函數的話,這 696 #define FOO(x) \
|
/Linux-v5.15/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-v5.15/Documentation/devicetree/ |
D | overlay-notes.rst | 24 /* FOO platform */ 59 /* FOO platform + bar peripheral */
|
/Linux-v5.15/arch/arm64/boot/dts/bitmain/ |
D | bm1880-sophon-edge.dts | 29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
|
/Linux-v5.15/arch/arm64/boot/dts/actions/ |
D | s900-bubblegum-96.dts | 88 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
|
/Linux-v5.15/arch/arm64/boot/dts/hisilicon/ |
D | hi3670-hikey970.dts | 94 * UART2. This is only for the informational lines i.e. "[FOO]",
|
/Linux-v5.15/scripts/ |
D | Kbuild.include | 209 # Usage: $(eval $(call config_filename,FOO))
|
12