Lines Matching refs:regmap_test_param
20 struct regmap_test_param { struct
82 static void param_to_desc(const struct regmap_test_param *param, char *desc) in param_to_desc()
91 static const struct regmap_test_param regcache_types_list[] = {
104 static const struct regmap_test_param real_cache_types_only_list[] = {
115 static const struct regmap_test_param real_cache_types_list[] = {
138 static const struct regmap_test_param sparse_cache_types_list[] = {
159 const struct regmap_test_param *param = test->param_value; in gen_regmap()
228 const struct regmap_test_param *param = test->param_value; in reg_5_false()
393 const struct regmap_test_param *param = test->param_value; in read_bypassed()
457 const struct regmap_test_param *param = test->param_value; in read_bypassed_volatile()
889 const struct regmap_test_param *param = test->param_value; in cache_bypass()
924 const struct regmap_test_param *param = test->param_value; in cache_sync_marked_dirty()
959 const struct regmap_test_param *param = test->param_value; in cache_sync_after_cache_only()
1008 const struct regmap_test_param *param = test->param_value; in cache_sync_defaults_marked_dirty()
1057 const struct regmap_test_param *param = test->param_value; in cache_sync_default_after_cache_only()
1104 const struct regmap_test_param *param = test->param_value; in cache_sync_readonly()
1142 const struct regmap_test_param *param = test->param_value; in cache_sync_patch()
1200 const struct regmap_test_param *param = test->param_value; in cache_drop()
1240 const struct regmap_test_param *param = test->param_value; in cache_drop_with_non_contiguous_ranges()
1342 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_marked_dirty()
1383 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_no_defaults()
1425 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_has_defaults()
1468 const struct regmap_test_param *param = test->param_value; in cache_present()
1504 const struct regmap_test_param *param = test->param_value; in cache_write_zero()
1595 static const struct regmap_test_param raw_types_list[] = {
1608 static const struct regmap_test_param raw_cache_types_list[] = {
1632 const struct regmap_test_param *param = test->param_value; in gen_raw_regmap()