Searched refs:regmap_cfg (Results 1 – 5 of 5) sorted by relevance
651 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local655 regmap_cfg = NULL; in ak4613_i2c_probe()661 regmap_cfg = of_id->data; in ak4613_i2c_probe()663 regmap_cfg = (const struct regmap_config *)id->driver_data; in ak4613_i2c_probe()666 if (!regmap_cfg) in ak4613_i2c_probe()684 regmap = devm_regmap_init_i2c(i2c, regmap_cfg); in ak4613_i2c_probe()
238 .regmap_cfg = &axg_tdmout_regmap_cfg,247 .regmap_cfg = &axg_tdmout_regmap_cfg,307 .regmap_cfg = &axg_tdmout_regmap_cfg,
32 const struct regmap_config *regmap_cfg; member
228 .regmap_cfg = &axg_tdmin_regmap_cfg,
286 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()