Lines Matching refs:regmap_config
25 const struct regmap_config *regmap_config;
72 static const struct regmap_config sfpb_mutex_config = {
83 .regmap_config = &sfpb_mutex_config,
86 static const struct regmap_config tcsr_msm8226_mutex_config = {
97 .regmap_config = &tcsr_msm8226_mutex_config,
100 static const struct regmap_config tcsr_mutex_config = {
111 .regmap_config = &tcsr_mutex_config,
165 if (!data->regmap_config)
175 return devm_regmap_init_mmio(dev, base, data->regmap_config);