Searched refs:pvdd (Results 1 – 10 of 10) sorted by relevance
157 struct regulator *pvdd; member437 tas5805m->pvdd = devm_regulator_get(dev, "pvdd"); in tas5805m_i2c_probe()438 if (IS_ERR(tas5805m->pvdd)) { in tas5805m_i2c_probe()440 PTR_ERR(tas5805m->pvdd)); in tas5805m_i2c_probe()441 return PTR_ERR(tas5805m->pvdd); in tas5805m_i2c_probe()500 ret = regulator_enable(tas5805m->pvdd); in tas5805m_i2c_probe()518 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_probe()533 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_remove()
1584 if (max98396->pvdd) in max98396_suspend()1585 regulator_disable(max98396->pvdd); in max98396_suspend()1603 if (max98396->pvdd) { in max98396_resume()1604 ret = regulator_enable(max98396->pvdd); in max98396_resume()1783 max98396->pvdd = devm_regulator_get_optional(&i2c->dev, "pvdd"); in max98396_i2c_probe()1784 if (IS_ERR(max98396->pvdd)) { in max98396_i2c_probe()1785 if (PTR_ERR(max98396->pvdd) == -EPROBE_DEFER) in max98396_i2c_probe()1788 max98396->pvdd = NULL; in max98396_i2c_probe()1803 if (max98396->pvdd) { in max98396_i2c_probe()1804 ret = regulator_enable(max98396->pvdd); in max98396_i2c_probe()[all …]
312 struct regulator *pvdd, *vbat; member
17 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog25 pvdd-supply = <&_supply_reg>;
147 pvdd-supply = <&vcc1v8_d4>;
156 pvdd-supply = <&vcc_d1_8v>;
202 pvdd-supply = <&d1_8v>;
159 pvdd-supply = <&hdmi_1v8>;
125 pvdd-supply = <&vreg_l13a_1p8>;
286 pvdd-supply = <&v3v3>;