Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_override.c7 #define FOO "/foo" macro
41 foo = test__join_cgroup(FOO); in serial_test_cgroup_attach_override()
48 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
89 "detach prog from %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
113 "double detach from %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
118 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
135 "attach prog to %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
140 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
H A Dtask_under_cgroup.c9 #define FOO "/foo" macro
17 foo = test__join_cgroup(FOO); in test_task_under_cgroup()
27 skel->rodata->cgid = get_cgroup_id(FOO); in test_task_under_cgroup()
/linux/scripts/kconfig/tests/conditional_dep/
H A DKconfig10 config FOO config
11 bool "FOO symbol"
18 depends on FOO if BAR
23 depends on (FOO && BAR) if (FOO || BAR)
H A Dtest_config31 # If FOO is not selected, but BAR is also not selected, then TEST_BASIC
2 # should pass since the dependency on FOO is conditional on BAR.
3 # TEST_COMPLEX should be also set since neither FOO nor BAR are selected
H A Dtest_config21 # If FOO is not selected, then TEST_BASIC should fail the conditional
3 # TEST_COMPLEX will fail dependency as it depends on both FOO and BAR
/linux/scripts/kconfig/tests/choice_randomize2/
H A DKconfig21 config FOO config
22 bool "FOO"
27 depends on FOO
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2835-rpi-cm1-io1.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-cm3-io3.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero.dts28 * "FOO" = GPIO line named "FOO" on the schematic
29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2836-rpi-2-b.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-rev2.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-2-b.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-plus.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a-plus.dts24 * "FOO" = GPIO line named "FOO" on the schematic
25 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-zero-2-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2711-rpi-cm4-io.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-3-b.dts52 * "FOO" = GPIO line named "FOO" on the schematic
53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-3-b-plus.dts52 * "FOO" = GPIO line named "FOO" on the schematic
53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-3-a-plus.dts46 * "FOO" = GPIO line named "FOO" on the schematic
47 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2711-rpi-4-b.dts80 * "FOO" = GPIO line named "FOO" on the schematic
81 * "FOO_N" = GPIO line named "FOO" on schematic, active low
/linux/Documentation/kbuild/
H A Dkconfig-language.rst140 config FOO
144 meaning that FOO is constrained by the value of BAR only if BAZ is
160 By abusing select you are able to select a symbol FOO even
161 if FOO depends on BAR that is not set.
181 config FOO
192 FOO BAR BAZ's default choice for BAZ
207 Note: If the feature provided by BAZ is highly desirable for FOO,
208 FOO should imply not only BAZ, but also its dependency BAR::
210 config FOO
523 depends on HAVE_GENERIC_IOMAP && FOO
[all …]
/linux/Documentation/translations/zh_CN/devicetree/
H A Doverlay-notes.rst29 /* FOO平台 */
64 /* FOO平台 + bar外围 */

12