Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dti-lmu.c176 struct regmap_config regmap_cfg; in ti_lmu_probe() local
196 memset(&regmap_cfg, 0, sizeof(struct regmap_config)); in ti_lmu_probe()
197 regmap_cfg.reg_bits = 8; in ti_lmu_probe()
198 regmap_cfg.val_bits = 8; in ti_lmu_probe()
199 regmap_cfg.name = id->name; in ti_lmu_probe()
200 regmap_cfg.max_register = data->max_register; in ti_lmu_probe()
202 lmu->regmap = devm_regmap_init_i2c(cl, &regmap_cfg); in ti_lmu_probe()
Daxp20x.c823 axp20x->regmap_cfg = &axp152_regmap_config; in axp20x_match_device()
830 axp20x->regmap_cfg = &axp20x_regmap_config; in axp20x_match_device()
836 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
842 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
848 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
855 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
867 axp20x->regmap_cfg = &axp806_regmap_config; in axp20x_match_device()
873 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
879 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
Drk808.c472 rk808->regmap_cfg = &rk805_regmap_config; in rk808_probe()
481 rk808->regmap_cfg = &rk808_regmap_config; in rk808_probe()
490 rk808->regmap_cfg = &rk818_regmap_config; in rk808_probe()
507 rk808->regmap = devm_regmap_init_i2c(client, rk808->regmap_cfg); in rk808_probe()
Daxp20x-rsb.c45 axp20x->regmap = devm_regmap_init_sunxi_rsb(rdev, axp20x->regmap_cfg); in axp20x_rsb_probe()
Daxp20x-i2c.c46 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
/Linux-v4.19/drivers/char/hw_random/
Dks-sa-rng.c94 struct regmap *regmap_cfg; member
105 regmap_write_bits(ks_sa_rng->regmap_cfg, SA_CMD_STATUS_OFS, in ks_sa_rng_init()
141 regmap_write_bits(ks_sa_rng->regmap_cfg, SA_CMD_STATUS_OFS, in ks_sa_rng_cleanup()
206 ks_sa_rng->regmap_cfg = in ks_sa_rng_probe()
210 if (IS_ERR(ks_sa_rng->regmap_cfg)) { in ks_sa_rng_probe()
/Linux-v4.19/drivers/iio/adc/
Dstm32-dfsdm-core.c23 const struct regmap_config *regmap_cfg; member
63 .regmap_cfg = &stm32h7_dfsdm_regmap_cfg,
78 .regmap_cfg = &stm32mp1_dfsdm_regmap_cfg,
311 dev_data->regmap_cfg); in stm32_dfsdm_probe()
Dstm32-dfsdm-adc.c50 const struct regmap_config *regmap_cfg; member
/Linux-v4.19/sound/soc/codecs/
Dak4613.c640 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local
644 regmap_cfg = NULL; in ak4613_i2c_probe()
650 regmap_cfg = of_id->data; in ak4613_i2c_probe()
652 regmap_cfg = (const struct regmap_config *)id->driver_data; in ak4613_i2c_probe()
655 if (!regmap_cfg) in ak4613_i2c_probe()
673 regmap = devm_regmap_init_i2c(i2c, regmap_cfg); in ak4613_i2c_probe()
/Linux-v4.19/drivers/rtc/
Drtc-s5m.c733 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local
747 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
752 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
757 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
762 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
767 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
784 info->regmap = devm_regmap_init_i2c(info->i2c, regmap_cfg); in s5m_rtc_probe()
/Linux-v4.19/drivers/iio/light/
Disl29018.c673 const struct regmap_config *regmap_cfg; member
681 .regmap_cfg = &isl29018_regmap_config,
687 .regmap_cfg = &isl29018_regmap_config,
693 .regmap_cfg = &isl29035_regmap_config,
746 isl29018_chip_info_tbl[dev_id].regmap_cfg); in isl29018_probe()
/Linux-v4.19/sound/soc/meson/
Daxg-tdm-formatter.h26 const struct regmap_config *regmap_cfg; member
Daxg-tdmin.c205 .regmap_cfg = &axg_tdmin_regmap_cfg,
Daxg-tdmout.c235 .regmap_cfg = &axg_tdmout_regmap_cfg,
Daxg-tdm-formatter.c255 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()
/Linux-v4.19/include/linux/mfd/
Drk808.h454 const struct regmap_config *regmap_cfg; member
Daxp20x.h646 const struct regmap_config *regmap_cfg; member