Lines Matching refs:t
40 static void case_to_desc(const struct regcache_types *t, char *desc) in case_to_desc() argument
42 strcpy(desc, t->name); in case_to_desc()
122 struct regcache_types *t = (struct regcache_types *)test->param_value; in basic_read_write() local
129 config.cache_type = t->type; in basic_read_write()
144 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[0]); in basic_read_write()
151 struct regcache_types *t = (struct regcache_types *)test->param_value; in bulk_write() local
159 config.cache_type = t->type; in bulk_write()
181 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_write()
188 struct regcache_types *t = (struct regcache_types *)test->param_value; in bulk_read() local
196 config.cache_type = t->type; in bulk_read()
214 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_read()
221 struct regcache_types *t = (struct regcache_types *)test->param_value; in write_readonly() local
229 config.cache_type = t->type; in write_readonly()
256 struct regcache_types *t = (struct regcache_types *)test->param_value; in read_writeonly() local
264 config.cache_type = t->type; in read_writeonly()
280 if (t->type != REGCACHE_FLAT) { in read_writeonly()
296 struct regcache_types *t = (struct regcache_types *)test->param_value; in reg_defaults() local
304 config.cache_type = t->type; in reg_defaults()
319 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults()
324 struct regcache_types *t = (struct regcache_types *)test->param_value; in reg_defaults_read_dev() local
332 config.cache_type = t->type; in reg_defaults_read_dev()
342 KUNIT_EXPECT_EQ(test, t->type != REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev()
353 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev()
358 struct regcache_types *t = (struct regcache_types *)test->param_value; in register_patch() local
368 config.cache_type = t->type; in register_patch()
410 struct regcache_types *t = (struct regcache_types *)test->param_value; in stride() local
418 config.cache_type = t->type; in stride()
440 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, in stride()
476 struct regcache_types *t = (struct regcache_types *)test->param_value; in basic_ranges() local
484 config.cache_type = t->type; in basic_ranges()
548 struct regcache_types *t = (struct regcache_types *)test->param_value; in stress_insert() local
557 config.cache_type = t->type; in stress_insert()
594 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in stress_insert()
602 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_bypass() local
609 config.cache_type = t->type; in cache_bypass()
640 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_sync() local
648 config.cache_type = t->type; in cache_sync()
678 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_sync_defaults() local
686 config.cache_type = t->type; in cache_sync_defaults()
714 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_sync_readonly() local
722 config.cache_type = t->type; in cache_sync_readonly()
755 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_sync_patch() local
765 config.cache_type = t->type; in cache_sync_patch()
816 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_drop() local
824 config.cache_type = t->type; in cache_drop()
858 struct regcache_types *t = (struct regcache_types *)test->param_value; in cache_present() local
866 config.cache_type = t->type; in cache_present()
902 static void raw_to_desc(const struct raw_test_types *t, char *desc) in raw_to_desc() argument
904 strcpy(desc, t->name); in raw_to_desc()
1005 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults_single() local
1014 map = gen_raw_regmap(&config, t, &data); in raw_read_defaults_single()
1030 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults() local
1041 map = gen_raw_regmap(&config, t, &data); in raw_read_defaults()
1069 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write_read_single() local
1078 map = gen_raw_regmap(&config, t, &data); in raw_write_read_single()
1095 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write() local
1106 map = gen_raw_regmap(&config, t, &data); in raw_write()
1147 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_sync() local
1158 map = gen_raw_regmap(&config, t, &data); in raw_sync()