Lines Matching refs:regmap_test_param
22 struct regmap_test_param { struct
86 static void param_to_desc(const struct regmap_test_param *param, char *desc) in param_to_desc()
95 static const struct regmap_test_param regcache_types_list[] = {
110 static const struct regmap_test_param real_cache_types_only_list[] = {
123 static const struct regmap_test_param flat_cache_types_list[] = {
131 static const struct regmap_test_param real_cache_types_list[] = {
160 static const struct regmap_test_param sparse_cache_types_list[] = {
187 const struct regmap_test_param *param = test->param_value; in gen_regmap()
256 const struct regmap_test_param *param = test->param_value; in reg_5_false()
452 const struct regmap_test_param *param = test->param_value; in read_bypassed()
516 const struct regmap_test_param *param = test->param_value; in read_bypassed_volatile()
674 const struct regmap_test_param *param = test->param_value; in reg_default_callback_populates_flat_cache()
996 const struct regmap_test_param *param = test->param_value; in cache_bypass()
1031 const struct regmap_test_param *param = test->param_value; in cache_sync_marked_dirty()
1066 const struct regmap_test_param *param = test->param_value; in cache_sync_after_cache_only()
1115 const struct regmap_test_param *param = test->param_value; in cache_sync_defaults_marked_dirty()
1164 const struct regmap_test_param *param = test->param_value; in cache_sync_default_after_cache_only()
1211 const struct regmap_test_param *param = test->param_value; in cache_sync_readonly()
1249 const struct regmap_test_param *param = test->param_value; in cache_sync_patch()
1307 const struct regmap_test_param *param = test->param_value; in cache_drop()
1347 const struct regmap_test_param *param = test->param_value; in cache_drop_with_non_contiguous_ranges()
1449 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_marked_dirty()
1490 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_no_defaults()
1532 const struct regmap_test_param *param = test->param_value; in cache_drop_all_and_sync_has_defaults()
1575 const struct regmap_test_param *param = test->param_value; in cache_present()
1611 const struct regmap_test_param *param = test->param_value; in cache_write_zero()
1702 static const struct regmap_test_param raw_types_list[] = {
1717 static const struct regmap_test_param raw_cache_types_list[] = {
1743 const struct regmap_test_param *param = test->param_value; in gen_raw_regmap()