Searched refs:fixture (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_selftest.c | 778 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry() local 779 const char *type = fixture->store_type_name; in store_entry() 780 int size = fixture->store_size; in store_entry() 785 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_entry() 811 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return() local 812 const char *type = fixture->store_type_name; in store_return() 820 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 824 if (fixture->store_size > size) { in store_return() 825 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 827 size, (int)fixture->store_size); in store_return() [all …]
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | conftest.py | 19 @pytest.fixture(autouse=True, scope="session") 25 @pytest.fixture(autouse=True, scope="session") 30 @pytest.fixture(autouse=True, scope="session")
|
D | base.py | 233 @pytest.fixture() 297 @pytest.fixture() 305 @pytest.fixture(autouse=True) 336 @pytest.fixture(autouse=True)
|
D | test_usb_crash.py | 81 @pytest.fixture()
|
D | test_gamepad.py | 23 @pytest.fixture(autouse=True)
|
D | test_sony.py | 227 @pytest.fixture(autouse=True)
|
D | test_wacom_generic.py | 762 @pytest.fixture(
|
/linux-6.12.1/tools/testing/selftests/ |
D | kselftest_harness.h | 187 .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.12.1/scripts/kconfig/tests/ |
D | conftest.py | 296 @pytest.fixture(scope="module")
|
/linux-6.12.1/drivers/usb/misc/ |
D | Kconfig | 227 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.
|