Home
last modified time | relevance | path

Searched refs:regmap_cfg (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/mfd/
H A Drk8xx-i2c.c20 const struct regmap_config *regmap_cfg; member
168 .regmap_cfg = &rk805_regmap_config,
173 .regmap_cfg = &rk806_regmap_config,
178 .regmap_cfg = &rk808_regmap_config,
183 .regmap_cfg = &rk817_regmap_config,
188 .regmap_cfg = &rk816_regmap_config,
193 .regmap_cfg = &rk817_regmap_config,
198 .regmap_cfg = &rk818_regmap_config,
211 regmap = devm_regmap_init_i2c(client, data->regmap_cfg); in rk8xx_i2c_probe()
H A Dti-lmu.c140 struct regmap_config regmap_cfg; in ti_lmu_probe() local
159 memset(&regmap_cfg, 0, sizeof(struct regmap_config)); in ti_lmu_probe()
160 regmap_cfg.reg_bits = 8; in ti_lmu_probe()
161 regmap_cfg.val_bits = 8; in ti_lmu_probe()
162 regmap_cfg.name = id->name; in ti_lmu_probe()
163 regmap_cfg.max_register = data->max_register; in ti_lmu_probe()
165 lmu->regmap = devm_regmap_init_i2c(cl, &regmap_cfg); in ti_lmu_probe()
H A Datc260x-core.c195 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg) in atc260x_match_device() argument
208 *regmap_cfg = atc2603c_regmap_config; in atc260x_match_device()
217 *regmap_cfg = atc2609a_regmap_config; in atc260x_match_device()
238 regmap_cfg->lock = regmap_lock_mutex; in atc260x_match_device()
239 regmap_cfg->unlock = regmap_unlock_mutex; in atc260x_match_device()
240 regmap_cfg->lock_arg = atc260x->regmap_mutex; in atc260x_match_device()
H A Datc260x-i2c.c18 struct regmap_config regmap_cfg; in atc260x_i2c_probe() local
28 ret = atc260x_match_device(atc260x, &regmap_cfg); in atc260x_i2c_probe()
34 atc260x->regmap = devm_regmap_init_i2c(client, &regmap_cfg); in atc260x_i2c_probe()
H A Daxp20x-rsb.c42 axp20x->regmap = devm_regmap_init_sunxi_rsb(rdev, axp20x->regmap_cfg); in axp20x_rsb_probe()
H A Daxp20x-i2c.c42 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
/linux/drivers/rtc/
H A Drtc-s5m.c643 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local
652 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
657 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
662 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
667 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
685 info->regmap = devm_regmap_init_i2c(info->i2c, regmap_cfg); in s5m_rtc_probe()
/linux/sound/soc/meson/
H A Daxg-tdmout.c238 .regmap_cfg = &axg_tdmout_regmap_cfg,
247 .regmap_cfg = &axg_tdmout_regmap_cfg,
307 .regmap_cfg = &axg_tdmout_regmap_cfg,
H A Daxg-tdm-formatter.h32 const struct regmap_config *regmap_cfg; member
H A Daxg-tdmin.c228 .regmap_cfg = &axg_tdmin_regmap_cfg,
H A Daxg-tdm-formatter.c285 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()
/linux/drivers/soc/qcom/
H A Dicc-bwmon.c174 const struct regmap_config *regmap_cfg; member
714 map = devm_regmap_init_mmio(dev, base, bwmon->data->regmap_cfg); in bwmon_init_regmap()
822 .regmap_cfg = &msm8998_bwmon_regmap_cfg,
834 .regmap_cfg = &sdm845_cpu_bwmon_regmap_cfg,
843 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg,
853 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg,
/linux/sound/soc/codecs/
H A Dak4613.c883 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local
887 regmap_cfg = i2c_get_match_data(i2c); in ak4613_i2c_probe()
888 if (!regmap_cfg) in ak4613_i2c_probe()
906 regmap = devm_regmap_init_i2c(i2c, regmap_cfg); in ak4613_i2c_probe()
/linux/include/linux/mfd/atc260x/
H A Dcore.h55 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg);
/linux/drivers/interconnect/qcom/
H A Dicc-rpm.h136 const struct regmap_config *regmap_cfg; member
H A Dicc-rpm.c516 if (desc->regmap_cfg) { in qnoc_probe()
533 qp->regmap = devm_regmap_init_mmio(dev, mmio, desc->regmap_cfg); in qnoc_probe()
/linux/include/linux/mfd/
H A Daxp20x.h967 const struct regmap_config *regmap_cfg; member
/linux/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c69 const struct regmap_config *regmap_cfg; member