Home
last modified time | relevance | path

Searched refs:fixture (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_selftest.c782 int size = fixture->store_size; in store_entry()
834 switch (fixture->store_size) { in store_return()
858 fixture->error_str = NULL; in store_return()
868 fixture->error_str = fixture->error_str_buf; in init_fgraph_fixture()
879 int size = fixture->store_size; in test_graph_storage_single()
901 if (fixture->error_str) { in test_graph_storage_single()
946 struct fgraph_fixture *fixture; in test_graph_storage_multi() local
954 fixture = &store_bytes[i]; in test_graph_storage_multi()
964 fixture = &store_bytes[j]; in test_graph_storage_multi()
976 fixture = &store_bytes[j]; in test_graph_storage_multi()
[all …]
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_veristat.c13 struct fixture { struct
21 static struct fixture *init_fixture(void) in init_fixture() argument
23 struct fixture *fix = malloc(sizeof(struct fixture)); in init_fixture()
40 static void teardown_fixture(struct fixture *fix) in teardown_fixture()
50 struct fixture *fix = init_fixture(); in test_set_global_vars_succeeds()
88 struct fixture *fix = init_fixture(); in test_set_global_vars_from_file_succeeds()
114 struct fixture *fix = init_fixture(); in test_set_global_vars_out_of_range()
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
H A Dbase.py233 @pytest.fixture()
297 @pytest.fixture()
305 @pytest.fixture(autouse=True)
336 @pytest.fixture(autouse=True)
H A Dtest_usb_crash.py81 @pytest.fixture()
H A Dtest_gamepad.py23 @pytest.fixture(autouse=True)
H A Dtest_sony.py227 @pytest.fixture(autouse=True)
H A Dtest_wacom_generic.py762 @pytest.fixture(
/linux-6.15/tools/testing/selftests/
H A Dkselftest_harness.h187 .fixture = &_fixture_global, \
469 object->fixture = &_##fixture_name##_fixture_object; \
853 struct __fixture_metadata *fixture; member
873 .fixture = &_##fixture_name##_fixture_object, \
912 struct __fixture_metadata *fixture; member
942 __LIST_APPEND(t->fixture->tests, t); in __register_test()
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/linux-6.15/scripts/kconfig/tests/
H A Dconftest.py296 @pytest.fixture(scope="module")
/linux-6.15/drivers/usb/misc/
H A DKconfig227 Say Y here if you want to support the special test fixture device
230 When the test fixture is connected, it can enumerate as one of several
232 the downstream port to which the test fixture is attached.