Lines Matching refs:KUNIT_CASE_PARAM
1202 KUNIT_CASE_PARAM(basic_read_write, regcache_types_gen_params),
1203 KUNIT_CASE_PARAM(bulk_write, regcache_types_gen_params),
1204 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),
1205 KUNIT_CASE_PARAM(write_readonly, regcache_types_gen_params),
1206 KUNIT_CASE_PARAM(read_writeonly, regcache_types_gen_params),
1207 KUNIT_CASE_PARAM(reg_defaults, regcache_types_gen_params),
1208 KUNIT_CASE_PARAM(reg_defaults_read_dev, regcache_types_gen_params),
1209 KUNIT_CASE_PARAM(register_patch, regcache_types_gen_params),
1210 KUNIT_CASE_PARAM(stride, regcache_types_gen_params),
1211 KUNIT_CASE_PARAM(basic_ranges, regcache_types_gen_params),
1212 KUNIT_CASE_PARAM(stress_insert, regcache_types_gen_params),
1213 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
1214 KUNIT_CASE_PARAM(cache_sync, real_cache_types_gen_params),
1215 KUNIT_CASE_PARAM(cache_sync_defaults, real_cache_types_gen_params),
1216 KUNIT_CASE_PARAM(cache_sync_readonly, real_cache_types_gen_params),
1217 KUNIT_CASE_PARAM(cache_sync_patch, real_cache_types_gen_params),
1218 KUNIT_CASE_PARAM(cache_drop, sparse_cache_types_gen_params),
1219 KUNIT_CASE_PARAM(cache_present, sparse_cache_types_gen_params),
1221 KUNIT_CASE_PARAM(raw_read_defaults_single, raw_test_types_gen_params),
1222 KUNIT_CASE_PARAM(raw_read_defaults, raw_test_types_gen_params),
1223 KUNIT_CASE_PARAM(raw_write_read_single, raw_test_types_gen_params),
1224 KUNIT_CASE_PARAM(raw_write, raw_test_types_gen_params),
1225 KUNIT_CASE_PARAM(raw_sync, raw_test_cache_types_gen_params),