Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
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 Daxp20x.c852 axp20x->regmap_cfg = &axp152_regmap_config; in axp20x_match_device()
859 axp20x->regmap_cfg = &axp20x_regmap_config; in axp20x_match_device()
865 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
871 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
877 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
884 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
896 axp20x->regmap_cfg = &axp806_regmap_config; in axp20x_match_device()
902 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
908 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
H A Drk808.c1175 rk808->regmap_cfg = &rk805_regmap_config; in rk808_probe()
1191 rk808->regmap_cfg = &rk808_regmap_config; in rk808_probe()
1200 rk808->regmap_cfg = &rk816_regmap_config; in rk808_probe()
1216 rk808->regmap_cfg = &rk818_regmap_config; in rk808_probe()
1232 rk808->regmap_cfg = &rk817_regmap_config; in rk808_probe()
1254 rk808->regmap = devm_regmap_init_i2c(client, rk808->regmap_cfg); in rk808_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.c43 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dks-sa-rng.c87 struct regmap *regmap_cfg; member
121 regmap_write_bits(ks_sa_rng->regmap_cfg, SA_CMD_STATUS_OFS, in ks_sa_rng_init()
161 regmap_write_bits(ks_sa_rng->regmap_cfg, SA_CMD_STATUS_OFS, in ks_sa_rng_cleanup()
234 ks_sa_rng->regmap_cfg = in ks_sa_rng_probe()
238 if (IS_ERR(ks_sa_rng->regmap_cfg)) { in ks_sa_rng_probe()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dstm32-dfsdm-core.c25 const struct regmap_config *regmap_cfg; member
65 .regmap_cfg = &stm32h7_dfsdm_regmap_cfg,
80 .regmap_cfg = &stm32mp1_dfsdm_regmap_cfg,
336 dev_data->regmap_cfg); in stm32_dfsdm_probe()
H A Dstm32-dfsdm-adc.c67 const struct regmap_config *regmap_cfg; member
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-s5m.c718 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local
732 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
737 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
742 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
747 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
752 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
769 info->regmap = devm_regmap_init_i2c(info->i2c, regmap_cfg); in s5m_rtc_probe()
/OK3568_Linux_fs/kernel/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.c276 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Disl29018.c666 const struct regmap_config *regmap_cfg; member
674 .regmap_cfg = &isl29018_regmap_config,
680 .regmap_cfg = &isl29018_regmap_config,
686 .regmap_cfg = &isl29035_regmap_config,
767 isl29018_chip_info_tbl[dev_id].regmap_cfg); in isl29018_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Daxp20x.h644 const struct regmap_config *regmap_cfg; member
H A Drk808.h1068 const struct regmap_config *regmap_cfg; member