Searched refs:regulator (Results 1 – 25 of 25) sorted by relevance
47 struct regulator *regulator; member178 ret = regulator_enable(ak4104->regulator); in ak4104_probe()200 regulator_disable(ak4104->regulator); in ak4104_probe()210 regulator_disable(ak4104->regulator); in ak4104_remove()218 regulator_disable(priv->regulator); in ak4104_soc_suspend()228 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()
35 struct regulator *supply;219 const char *regulator; in tpa6130a2_probe() local266 regulator = "Vdd"; in tpa6130a2_probe()269 regulator = "AVdd"; in tpa6130a2_probe()273 data->supply = devm_regulator_get(dev, regulator); in tpa6130a2_probe()
603 struct regulator *regulator = wm8804->supplies[i].consumer; in wm8804_probe() local605 ret = devm_regulator_register_notifier(regulator, in wm8804_probe()
38 struct regulator *iovdd;39 struct regulator *dvdd;
44 struct regulator *supply_ldo;45 struct regulator *supply_iov;46 struct regulator *supply_dv;47 struct regulator *supply_av;
119 struct regulator *avdd_reg;120 struct regulator *dvdd_reg;
56 struct regulator *vddd_supply;
26 struct regulator *por;
101 struct regulator *micvdd;
30 struct regulator *dvddio;
28 struct regulator *supply_areg;
101 struct regulator *dbvdd;
1424 struct regulator *vddd; in sgtl5000_enable_regulators()
95 struct regulator *avdd_reg;
1861 struct regulator *vddio; in da7219_handle_supplies()
2636 struct regulator *vddio; in da7218_handle_supplies()
50 struct regulator *reg_vape;
31 struct regulator *reg_mic_bias;32 struct regulator *reg_submic_bias;
28 struct regulator *reg_main_micbias;29 struct regulator *reg_headset_micbias;
29 static struct regulator *omap3pandora_dac_reg;
44 struct regulator *supply;
52 struct regulator *avdd;
53 struct regulator *ana;
1357 ret = regulator_allow_bypass(w->regulator, false); in dapm_regulator_event()1364 return regulator_enable(w->regulator); in dapm_regulator_event()1367 ret = regulator_allow_bypass(w->regulator, true); in dapm_regulator_event()1374 return regulator_disable_deferred(w->regulator, w->shift); in dapm_regulator_event()3629 w->regulator = devm_regulator_get(dapm->dev, w->name); in snd_soc_dapm_new_control_unlocked()3630 if (IS_ERR(w->regulator)) { in snd_soc_dapm_new_control_unlocked()3631 ret = PTR_ERR(w->regulator); in snd_soc_dapm_new_control_unlocked()3636 ret = regulator_allow_bypass(w->regulator, true); in snd_soc_dapm_new_control_unlocked()
268 soundcards with a TEA6330T bass and treble regulator