Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dak4613.c651 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe() local
655 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()
/sound/soc/meson/
Daxg-tdmout.c238 .regmap_cfg = &axg_tdmout_regmap_cfg,
247 .regmap_cfg = &axg_tdmout_regmap_cfg,
307 .regmap_cfg = &axg_tdmout_regmap_cfg,
Daxg-tdm-formatter.h32 const struct regmap_config *regmap_cfg; member
Daxg-tdmin.c228 .regmap_cfg = &axg_tdmin_regmap_cfg,
Daxg-tdm-formatter.c286 formatter->map = devm_regmap_init_mmio(dev, regs, drv->regmap_cfg); in axg_tdm_formatter_probe()