Lines Matching refs:KUNIT_CASE_PARAM
1224 KUNIT_CASE_PARAM(basic_read_write, regcache_types_gen_params),
1225 KUNIT_CASE_PARAM(bulk_write, regcache_types_gen_params),
1226 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),
1227 KUNIT_CASE_PARAM(write_readonly, regcache_types_gen_params),
1228 KUNIT_CASE_PARAM(read_writeonly, regcache_types_gen_params),
1229 KUNIT_CASE_PARAM(reg_defaults, regcache_types_gen_params),
1230 KUNIT_CASE_PARAM(reg_defaults_read_dev, regcache_types_gen_params),
1231 KUNIT_CASE_PARAM(register_patch, regcache_types_gen_params),
1232 KUNIT_CASE_PARAM(stride, regcache_types_gen_params),
1233 KUNIT_CASE_PARAM(basic_ranges, regcache_types_gen_params),
1234 KUNIT_CASE_PARAM(stress_insert, regcache_types_gen_params),
1235 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
1236 KUNIT_CASE_PARAM(cache_sync, real_cache_types_gen_params),
1237 KUNIT_CASE_PARAM(cache_sync_defaults, real_cache_types_gen_params),
1238 KUNIT_CASE_PARAM(cache_sync_readonly, real_cache_types_gen_params),
1239 KUNIT_CASE_PARAM(cache_sync_patch, real_cache_types_gen_params),
1240 KUNIT_CASE_PARAM(cache_drop, sparse_cache_types_gen_params),
1241 KUNIT_CASE_PARAM(cache_present, sparse_cache_types_gen_params),
1243 KUNIT_CASE_PARAM(raw_read_defaults_single, raw_test_types_gen_params),
1244 KUNIT_CASE_PARAM(raw_read_defaults, raw_test_types_gen_params),
1245 KUNIT_CASE_PARAM(raw_write_read_single, raw_test_types_gen_params),
1246 KUNIT_CASE_PARAM(raw_write, raw_test_types_gen_params),
1247 KUNIT_CASE_PARAM(raw_sync, raw_test_cache_types_gen_params),