Home
last modified time | relevance | path

Searched full:fixture (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.1/tools/testing/selftests/
Dkselftest_harness.h32 * FIXTURE(my_fixture) {
195 .fixture = &_fixture_global, \
215 * Almost always, you want just FIXTURE() instead (see below).
216 * This call may be used when the type of the fixture data
223 * FIXTURE() - Called once per fixture to setup the data and
226 * @fixture_name: fixture name
230 * FIXTURE(fixture_name) {
238 #define FIXTURE(fixture_name) \ macro
250 * FIXTURE_SETUP() - Prepares the setup function for the fixture.
253 * @fixture_name: fixture name
[all …]
/Linux-v6.1/drivers/usb/misc/
DKconfig205 tristate "USB EHSET Test Fixture driver"
207 Say Y here if you want to support the special test fixture device
210 When the test fixture is connected, it can enumerate as one of several
212 the downstream port to which the test fixture is attached.
Dehset.c189 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
/Linux-v6.1/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c60 * The fixture setup is completed at this point. The tests will run. in __child()
65 * side has closed the sk. This occurs during fixture teardown time, in __child()
116 FIXTURE(child) in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/Linux-v6.1/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
292 @pytest.fixture(scope="module")
/Linux-v6.1/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c21 FIXTURE(uvio_fixture) { in FIXTURE() function
152 FIXTURE(attest_fixture) { in FIXTURE() function
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/Linux-v6.1/tools/testing/selftests/net/af_unix/
Dunix_connect.c15 FIXTURE(unix_connect) in FIXTURE() function
Ddiag_uid.c19 FIXTURE(diag_uid) in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/user_events/
Ddyn_test.c46 FIXTURE(user) { in FIXTURE() function
Dperf_test.c90 FIXTURE(user) { in FIXTURE() function
Dftrace_test.c163 FIXTURE(user) { in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/net/
Dtun.c105 FIXTURE(tun) in FIXTURE() function
Dtap.c363 FIXTURE(tap) in FIXTURE() function
Dtls.c197 FIXTURE(tls_basic) in FIXTURE() function
228 FIXTURE(tls) in FIXTURE() function
1454 FIXTURE(tls_err) in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/vm/
Dmigration.c22 FIXTURE(migration) in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/perf_events/
Dsigtrap_threads.c110 FIXTURE(sigtrap_threads) in FIXTURE() function
Dremove_on_exec.c69 FIXTURE(remove_on_exec) in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c228 FIXTURE(move_mount_set_group) { in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/landlock/
Dptrace_test.c64 FIXTURE(hierarchy) {}; in FIXTURE() function
/Linux-v6.1/tools/testing/selftests/rtc/
Drtctest.c28 FIXTURE(rtc) { in FIXTURE() function
/Linux-v6.1/Documentation/dev-tools/
Dkselftest.rst377 :functions: TH_LOG TEST TEST_SIGNAL FIXTURE FIXTURE_DATA FIXTURE_SETUP
/Linux-v6.1/drivers/zorro/
Dzorro.ids45 6100 A3000 Test Fixture [Miscellaneous Expansion Card]
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1040 FIXTURE(TRAP) { in FIXTURE() function
1151 FIXTURE(precedence) { in FIXTURE() function
1651 FIXTURE(TRACE_poke) { in FIXTURE() function
2020 FIXTURE(TRACE_syscall) { in FIXTURE() function
2509 * later join attempt during fixture teardown. Any remaining threads
2523 FIXTURE(TSYNC) { in FIXTURE() function
4245 FIXTURE(O_SUSPEND_SECCOMP) { in FIXTURE() function

12