Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
Dkutf_suite.c90 struct kutf_test_function *test_func; member
293 struct kutf_test_function *test_func; in kutf_run_test() local
295 test_func = test_context->test_fix->test_func; in kutf_run_test()
308 test_func->execute(test_context); in kutf_run_test()
565 static int create_fixture_variant(struct kutf_test_function *test_func, in create_fixture_variant() argument
580 test_fix->test_func = test_func; in create_fixture_variant()
584 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()
585 if (IS_ERR_OR_NULL(test_func->dir)) { in create_fixture_variant()
616 list_add(&test_fix->node, &test_func->variant_list); in create_fixture_variant()
656 struct kutf_test_function *test_func; in kutf_add_test_with_filters_and_data() local
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
Dkutf_suite.c84 struct kutf_test_function *test_func; member
293 struct kutf_test_function *test_func = test_fix->test_func; in kutf_debugfs_run_open() local
294 struct kutf_suite *suite = test_func->suite; in kutf_debugfs_run_open()
314 test_func->execute(test_context); in kutf_debugfs_run_open()
435 static int create_fixture_variant(struct kutf_test_function *test_func, in create_fixture_variant() argument
450 test_fix->test_func = test_func; in create_fixture_variant()
454 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()
455 if (!test_func->dir) { in create_fixture_variant()
480 list_add(&test_fix->node, &test_func->variant_list); in create_fixture_variant()
509 struct kutf_test_function *test_func; in kutf_add_test_with_filters_and_data() local
[all …]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.cpp408 RK_LIST_TEST_FUNC test_func[TOTAL_RK_LIST_TEST_COUNT] = { variable
432 int err = test_func[i](); in main()