Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dak4613.c439 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local
443 regmap_cfg = NULL; in ak4613_i2c_probe()
449 regmap_cfg = of_id->data; in ak4613_i2c_probe()
451 regmap_cfg = (const struct regmap_config *)id->driver_data; in ak4613_i2c_probe()
454 if (!regmap_cfg) in ak4613_i2c_probe()
468 regmap = devm_regmap_init_i2c(i2c, regmap_cfg); in ak4613_i2c_probe()
/linux-4.4.14/drivers/mfd/
Daxp20x.c634 axp20x->regmap_cfg = &axp152_regmap_config; in axp20x_match_device()
641 axp20x->regmap_cfg = &axp20x_regmap_config; in axp20x_match_device()
647 axp20x->regmap_cfg = &axp22x_regmap_config; in axp20x_match_device()
653 axp20x->regmap_cfg = &axp288_regmap_config; in axp20x_match_device()
684 axp20x->regmap = devm_regmap_init_i2c(i2c, axp20x->regmap_cfg); in axp20x_i2c_probe()
/linux-4.4.14/drivers/staging/iio/light/
Disl29018.c669 const struct regmap_config *regmap_cfg; member
677 .regmap_cfg = &isl29018_regmap_config,
683 .regmap_cfg = &isl29018_regmap_config,
689 .regmap_cfg = &isl29035_regmap_config,
744 chip_info_tbl[dev_id].regmap_cfg); in isl29018_probe()
/linux-4.4.14/drivers/rtc/
Drtc-s5m.c669 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local
684 regmap_cfg = &s2mps14_rtc_regmap_config; in s5m_rtc_probe()
689 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
694 regmap_cfg = &s5m_rtc_regmap_config; in s5m_rtc_probe()
711 info->regmap = devm_regmap_init_i2c(info->i2c, regmap_cfg); in s5m_rtc_probe()
/linux-4.4.14/include/linux/mfd/
Daxp20x.h405 const struct regmap_config *regmap_cfg; member