/linux-6.1.9/drivers/mfd/ |
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 | 19 struct regmap_config regmap_cfg; in atc260x_i2c_probe() local 29 ret = atc260x_match_device(atc260x, ®map_cfg); in atc260x_i2c_probe() 35 atc260x->regmap = devm_regmap_init_i2c(client, ®map_cfg); in atc260x_i2c_probe()
|
D | atc260x-core.c | 198 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg) in atc260x_match_device() argument 211 *regmap_cfg = atc2603c_regmap_config; in atc260x_match_device() 220 *regmap_cfg = atc2609a_regmap_config; in atc260x_match_device() 241 regmap_cfg->lock = regmap_lock_mutex, in atc260x_match_device() 242 regmap_cfg->unlock = regmap_unlock_mutex, in atc260x_match_device() 243 regmap_cfg->lock_arg = atc260x->regmap_mutex; in atc260x_match_device()
|
D | axp20x.c | 874 axp20x->regmap_cfg = &axp152_regmap_config; in axp20x_match_device() 881 axp20x->regmap_cfg = &axp20x_regmap_config; in axp20x_match_device() 887 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() 893 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() 899 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device() 906 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device() 923 axp20x->regmap_cfg = &axp806_regmap_config; in axp20x_match_device() 929 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device() 935 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
|
D | rk808.c | 690 rk808->regmap_cfg = &rk805_regmap_config; in rk808_probe() 698 rk808->regmap_cfg = &rk808_regmap_config; in rk808_probe() 706 rk808->regmap_cfg = &rk818_regmap_config; in rk808_probe() 715 rk808->regmap_cfg = &rk817_regmap_config; in rk808_probe() 731 rk808->regmap = devm_regmap_init_i2c(client, rk808->regmap_cfg); in rk808_probe()
|
D | axp20x-rsb.c | 42 axp20x->regmap = devm_regmap_init_sunxi_rsb(rdev, axp20x->regmap_cfg); in axp20x_rsb_probe()
|
D | axp20x-i2c.c | 43 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
|
/linux-6.1.9/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-6.1.9/sound/soc/codecs/ |
D | ak4613.c | 884 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local 888 regmap_cfg = NULL; in ak4613_i2c_probe() 890 regmap_cfg = of_device_get_match_data(dev); in ak4613_i2c_probe() 894 regmap_cfg = (const struct regmap_config *)id->driver_data; in ak4613_i2c_probe() 897 if (!regmap_cfg) in ak4613_i2c_probe() 915 regmap = devm_regmap_init_i2c(i2c, regmap_cfg); in ak4613_i2c_probe()
|
/linux-6.1.9/drivers/iio/adc/ |
D | stm32-dfsdm-core.c | 25 const struct regmap_config *regmap_cfg; member 65 .regmap_cfg = &stm32h7_dfsdm_regmap_cfg, 80 .regmap_cfg = &stm32mp1_dfsdm_regmap_cfg, 333 dev_data->regmap_cfg); in stm32_dfsdm_probe()
|
/linux-6.1.9/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,
|
D | axg-tdm-formatter.c | 275 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()
|
/linux-6.1.9/drivers/rtc/ |
D | rtc-s5m.c | 709 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local 718 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe() 723 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe() 728 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe() 733 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe() 738 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe() 756 info->regmap = devm_regmap_init_i2c(info->i2c, regmap_cfg); in s5m_rtc_probe()
|
/linux-6.1.9/drivers/soc/qcom/ |
D | icc-bwmon.c | 158 const struct regmap_config *regmap_cfg; member 565 map = devm_regmap_init_mmio(dev, base, bwmon->data->regmap_cfg); in bwmon_init_regmap() 647 .regmap_cfg = &msm8998_bwmon_regmap_cfg, 659 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg, 672 .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg,
|
/linux-6.1.9/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()
|
/linux-6.1.9/include/linux/mfd/atc260x/ |
D | core.h | 55 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg);
|
/linux-6.1.9/drivers/interconnect/qcom/ |
D | icc-rpm.h | 96 const struct regmap_config *regmap_cfg; member
|
D | msm8996.c | 1827 .regmap_cfg = &msm8996_a0noc_regmap_config 1848 .regmap_cfg = &msm8996_a1noc_regmap_config 1871 .regmap_cfg = &msm8996_a2noc_regmap_config 1897 .regmap_cfg = &msm8996_bimc_regmap_config 1955 .regmap_cfg = &msm8996_cnoc_regmap_config 2010 .regmap_cfg = &msm8996_mnoc_regmap_config 2046 .regmap_cfg = &msm8996_pnoc_regmap_config 2090 .regmap_cfg = &msm8996_snoc_regmap_config
|
D | qcm2290.c | 1200 .regmap_cfg = &qcm2290_bimc_regmap_config, 1255 .regmap_cfg = &qcm2290_cnoc_regmap_config, 1296 .regmap_cfg = &qcm2290_snoc_regmap_config, 1323 .regmap_cfg = &qcm2290_snoc_regmap_config, 1337 .regmap_cfg = &qcm2290_snoc_regmap_config,
|
D | sdm660.c | 1521 .regmap_cfg = &sdm660_a2noc_regmap_config, 1547 .regmap_cfg = &sdm660_bimc_regmap_config, 1601 .regmap_cfg = &sdm660_cnoc_regmap_config, 1622 .regmap_cfg = &sdm660_gnoc_regmap_config, 1664 .regmap_cfg = &sdm660_mnoc_regmap_config, 1699 .regmap_cfg = &sdm660_snoc_regmap_config,
|
D | msm8939.c | 1288 .regmap_cfg = &msm8939_snoc_regmap_config, 1308 .regmap_cfg = &msm8939_snoc_regmap_config, 1336 .regmap_cfg = &msm8939_bimc_regmap_config, 1407 .regmap_cfg = &msm8939_pcnoc_regmap_config,
|
D | icc-rpm.c | 466 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 | 1235 .regmap_cfg = &msm8916_snoc_regmap_config, 1263 .regmap_cfg = &msm8916_bimc_regmap_config, 1332 .regmap_cfg = &msm8916_pcnoc_regmap_config,
|