Searched refs:regmap_cfg (Results 1 – 5 of 5) sorted by relevance
439 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local443 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()
634 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()
669 const struct regmap_config *regmap_cfg; member677 .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()
669 const struct regmap_config *regmap_cfg; in s5m_rtc_probe() local684 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()
405 const struct regmap_config *regmap_cfg; member