Home
last modified time | relevance | path

Searched refs:test_fix (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c131 struct kutf_test_fixture *test_fix);
292 struct kutf_test_fixture *test_fix = inode->i_private; in kutf_debugfs_run_open() local
293 struct kutf_test_function *test_func = test_fix->test_func; in kutf_debugfs_run_open()
297 test_context = kutf_create_context(test_fix); in kutf_debugfs_run_open()
438 struct kutf_test_fixture *test_fix; in create_fixture_variant() local
443 test_fix = kmalloc(sizeof(*test_fix), GFP_KERNEL); in create_fixture_variant()
444 if (!test_fix) { in create_fixture_variant()
450 test_fix->test_func = test_func; in create_fixture_variant()
451 test_fix->fixture_index = fixture_index; in create_fixture_variant()
454 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c134 struct kutf_test_fixture *test_fix);
288 test_func = test_context->test_fix->test_func; in kutf_run_test()
328 struct kutf_test_fixture *test_fix = inode->i_private; in kutf_debugfs_run_open() local
332 test_context = kutf_create_context(test_fix); in kutf_debugfs_run_open()
562 struct kutf_test_fixture *test_fix; in create_fixture_variant() local
567 test_fix = kmalloc(sizeof(*test_fix), GFP_KERNEL); in create_fixture_variant()
568 if (!test_fix) { in create_fixture_variant()
574 test_fix->test_func = test_func; in create_fixture_variant()
575 test_fix->fixture_index = fixture_index; in create_fixture_variant()
578 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h167 struct kutf_test_fixture *test_fix; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h224 struct kutf_test_fixture *test_fix; member