/Linux-v6.6/drivers/mfd/ |
D | rk8xx-i2c.c | 20 const struct regmap_config *regmap_cfg; member 112 .regmap_cfg = &rk805_regmap_config, 117 .regmap_cfg = &rk808_regmap_config, 122 .regmap_cfg = &rk817_regmap_config, 127 .regmap_cfg = &rk817_regmap_config, 132 .regmap_cfg = &rk818_regmap_config, 145 regmap = devm_regmap_init_i2c(client, data->regmap_cfg); in rk8xx_i2c_probe()
|
D | ti-lmu.c | 140 struct regmap_config regmap_cfg; in ti_lmu_probe() local 159 memset(®map_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, ®map_cfg); in ti_lmu_probe()
|
D | atc260x-i2c.c | 18 struct regmap_config regmap_cfg; in atc260x_i2c_probe() local 28 ret = atc260x_match_device(atc260x, ®map_cfg); in atc260x_i2c_probe() 34 atc260x->regmap = devm_regmap_init_i2c(client, ®map_cfg); in atc260x_i2c_probe()
|
D | atc260x-core.c | 195 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()
|
D | axp20x.c | 1157 axp20x->regmap_cfg = &axp152_regmap_config; in axp20x_match_device() 1163 axp20x->regmap_cfg = &axp192_regmap_config; in axp20x_match_device() 1170 axp20x->regmap_cfg = &axp20x_regmap_config; in axp20x_match_device() 1176 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() 1182 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() 1188 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device() 1195 axp20x->regmap_cfg = &axp313a_regmap_config; in axp20x_match_device() 1201 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device() 1218 axp20x->regmap_cfg = &axp806_regmap_config; in axp20x_match_device() 1224 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() [all …]
|
D | axp20x-rsb.c | 42 axp20x->regmap = devm_regmap_init_sunxi_rsb(rdev, axp20x->regmap_cfg); in axp20x_rsb_probe()
|
D | axp20x-i2c.c | 42 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
|
/Linux-v6.6/drivers/char/hw_random/ |
D | ks-sa-rng.c | 87 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()
|
/Linux-v6.6/sound/soc/meson/ |
D | axg-tdmout.c | 238 .regmap_cfg = &axg_tdmout_regmap_cfg, 247 .regmap_cfg = &axg_tdmout_regmap_cfg, 307 .regmap_cfg = &axg_tdmout_regmap_cfg,
|
D | axg-tdm-formatter.h | 32 const struct regmap_config *regmap_cfg; member
|
D | axg-tdmin.c | 228 .regmap_cfg = &axg_tdmin_regmap_cfg,
|
/Linux-v6.6/drivers/rtc/ |
D | rtc-s5m.c | 643 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-v6.6/drivers/iio/adc/ |
D | stm32-dfsdm-core.c | 36 const struct regmap_config *regmap_cfg; member 74 .regmap_cfg = &stm32h7_dfsdm_regmap_cfg, 88 .regmap_cfg = &stm32mp1_dfsdm_regmap_cfg, 388 dev_data->regmap_cfg); in stm32_dfsdm_probe()
|
/Linux-v6.6/drivers/soc/qcom/ |
D | icc-bwmon.c | 172 const struct regmap_config *regmap_cfg; member 710 map = devm_regmap_init_mmio(dev, base, bwmon->data->regmap_cfg); in bwmon_init_regmap() 812 .regmap_cfg = &msm8998_bwmon_regmap_cfg, 824 .regmap_cfg = &sdm845_cpu_bwmon_regmap_cfg, 833 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg, 843 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg,
|
/Linux-v6.6/drivers/iio/light/ |
D | isl29018.c | 666 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()
|
D | rohm-bu27008.c | 344 const struct regmap_config *regmap_cfg; member 633 ret = regmap_reinit_cache(data->regmap, data->cd->regmap_cfg); in bu27008_chip_init() 693 .regmap_cfg = &bu27010_regmap, 717 .regmap_cfg = &bu27008_regmap, 1365 regmap = devm_regmap_init_i2c(i2c, data->cd->regmap_cfg); in bu27008_probe()
|
/Linux-v6.6/include/linux/mfd/atc260x/ |
D | core.h | 55 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg);
|
/Linux-v6.6/sound/soc/codecs/ |
D | ak4613.c | 883 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-v6.6/drivers/interconnect/qcom/ |
D | msm8996.c | 1819 .regmap_cfg = &msm8996_a0noc_regmap_config 1841 .regmap_cfg = &msm8996_a1noc_regmap_config 1865 .regmap_cfg = &msm8996_a2noc_regmap_config 1892 .regmap_cfg = &msm8996_bimc_regmap_config 1951 .regmap_cfg = &msm8996_cnoc_regmap_config 2007 .regmap_cfg = &msm8996_mnoc_regmap_config 2044 .regmap_cfg = &msm8996_pnoc_regmap_config 2089 .regmap_cfg = &msm8996_snoc_regmap_config
|
D | icc-rpm.h | 124 const struct regmap_config *regmap_cfg; member
|
D | qcm2290.c | 1198 .regmap_cfg = &qcm2290_bimc_regmap_config, 1255 .regmap_cfg = &qcm2290_cnoc_regmap_config, 1298 .regmap_cfg = &qcm2290_snoc_regmap_config, 1329 .regmap_cfg = &qcm2290_snoc_regmap_config, 1345 .regmap_cfg = &qcm2290_snoc_regmap_config,
|
D | sdm660.c | 1515 .regmap_cfg = &sdm660_a2noc_regmap_config, 1542 .regmap_cfg = &sdm660_bimc_regmap_config, 1597 .regmap_cfg = &sdm660_cnoc_regmap_config, 1618 .regmap_cfg = &sdm660_gnoc_regmap_config, 1661 .regmap_cfg = &sdm660_mnoc_regmap_config, 1697 .regmap_cfg = &sdm660_snoc_regmap_config,
|
D | msm8939.c | 1287 .regmap_cfg = &msm8939_snoc_regmap_config, 1308 .regmap_cfg = &msm8939_snoc_regmap_config, 1337 .regmap_cfg = &msm8939_bimc_regmap_config, 1409 .regmap_cfg = &msm8939_pcnoc_regmap_config,
|
D | icc-rpm.c | 469 if (desc->regmap_cfg) { in qnoc_probe() 486 qp->regmap = devm_regmap_init_mmio(dev, mmio, desc->regmap_cfg); in qnoc_probe()
|
D | msm8916.c | 1234 .regmap_cfg = &msm8916_snoc_regmap_config, 1263 .regmap_cfg = &msm8916_bimc_regmap_config, 1333 .regmap_cfg = &msm8916_pcnoc_regmap_config,
|