Searched refs:regulator (Results 1 – 14 of 14) sorted by relevance
51 struct regulator *regulator; member179 ret = regulator_enable(ak4104->regulator); in ak4104_probe()201 regulator_disable(ak4104->regulator); in ak4104_probe()211 regulator_disable(ak4104->regulator); in ak4104_remove()221 regulator_disable(priv->regulator); in ak4104_soc_suspend()231 ret = regulator_enable(priv->regulator); in ak4104_soc_resume()283 ak4104->regulator = devm_regulator_get(&spi->dev, "vdd"); in ak4104_spi_probe()284 if (IS_ERR(ak4104->regulator)) { in ak4104_spi_probe()285 ret = PTR_ERR(ak4104->regulator); in ak4104_spi_probe()
49 struct regulator *supply;376 const char *regulator; in tpa6130a2_probe() local424 regulator = "Vdd"; in tpa6130a2_probe()427 regulator = "AVdd"; in tpa6130a2_probe()431 data->supply = devm_regulator_get(dev, regulator); in tpa6130a2_probe()
74 struct regulator *supply_ldo;75 struct regulator *supply_iov;76 struct regulator *supply_dv;77 struct regulator *supply_av;
605 struct regulator *regulator = wm8804->supplies[i].consumer; in wm8804_probe() local607 ret = devm_regulator_register_notifier(regulator, in wm8804_probe()
119 struct regulator *avdd_reg;120 struct regulator *dvdd_reg;
30 struct regulator *por;
120 struct regulator *vaud;121 struct regulator *vamic1;122 struct regulator *vamic2;123 struct regulator *vdmic;
105 struct regulator *dbvdd;
1461 struct regulator *vddd; in sgtl5000_enable_regulators()
1556 struct regulator *vddio; in da7219_handle_supplies()
53 struct regulator *reg_vape;
43 static struct regulator *omap3pandora_dac_reg;
1234 ret = regulator_allow_bypass(w->regulator, false); in dapm_regulator_event()1241 return regulator_enable(w->regulator); in dapm_regulator_event()1244 ret = regulator_allow_bypass(w->regulator, true); in dapm_regulator_event()1251 return regulator_disable_deferred(w->regulator, w->shift); in dapm_regulator_event()3366 w->regulator = devm_regulator_get(dapm->dev, w->name); in snd_soc_dapm_new_control_unlocked()3367 if (IS_ERR(w->regulator)) { in snd_soc_dapm_new_control_unlocked()3368 ret = PTR_ERR(w->regulator); in snd_soc_dapm_new_control_unlocked()3377 ret = regulator_allow_bypass(w->regulator, true); in snd_soc_dapm_new_control_unlocked()
266 soundcards with a TEA6330T bass and treble regulator