Home
last modified time | relevance | path

Searched refs:pvdd (Results 1 – 25 of 42) sorted by relevance

12

/linux/sound/soc/codecs/
H A Dtas5805m.c158 struct regulator *pvdd; member
480 tas5805m->pvdd = devm_regulator_get(dev, "pvdd"); in tas5805m_i2c_probe()
481 if (IS_ERR(tas5805m->pvdd)) { in tas5805m_i2c_probe()
483 PTR_ERR(tas5805m->pvdd)); in tas5805m_i2c_probe()
484 return PTR_ERR(tas5805m->pvdd); in tas5805m_i2c_probe()
542 ret = regulator_enable(tas5805m->pvdd); in tas5805m_i2c_probe()
563 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_probe()
579 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_remove()
H A Dmax98396.c1581 if (max98396->pvdd) in max98396_suspend()
1582 regulator_disable(max98396->pvdd); in max98396_suspend()
1600 if (max98396->pvdd) { in max98396_resume()
1601 ret = regulator_enable(max98396->pvdd); in max98396_resume()
1779 max98396->pvdd = devm_regulator_get_optional(&i2c->dev, "pvdd"); in max98396_i2c_probe()
1780 if (IS_ERR(max98396->pvdd)) { in max98396_i2c_probe()
1781 if (PTR_ERR(max98396->pvdd) == -EPROBE_DEFER) in max98396_i2c_probe()
1784 max98396->pvdd = NULL; in max98396_i2c_probe()
1799 if (max98396->pvdd) { in max98396_i2c_probe()
1800 ret = regulator_enable(max98396->pvdd); in max98396_i2c_probe()
[all …]
H A Dmax98396.h312 struct regulator *pvdd, *vbat; member
/linux/Documentation/devicetree/bindings/sound/
H A Dtas5720.txt19 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog
27 pvdd-supply = <&amp_supply_reg>;
/linux/arch/arm64/boot/dts/renesas/
H A Drz-smarc-du-adv7513.dtsi51 pvdd-supply = <&reg_1p8v>;
H A Drzg2l-smarc.dtsi72 pvdd-supply = <&reg_1p8v>;
H A Drzg2lc-smarc.dtsi97 pvdd-supply = <&reg_1p8v>;
H A Dr9a09g047e57-smarc.dts49 vqmmc_sd1_pvdd: regulator-vqmmc-sd1-pvdd {
H A Dr8a77980-v3hsk.dts145 pvdd-supply = <&vcc1v8_d4>;
H A Dr8a77970-v3msk.dts153 pvdd-supply = <&vcc_d1_8v>;
H A Dr8a77970-eagle.dts178 pvdd-supply = <&d1p8>;
H A Dcondor-common.dtsi202 pvdd-supply = <&d1_8v>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-hummingboard-pulse-mini-hdmi.dtsi28 pvdd-supply = <&v_1_8>;
H A Dimx8mn-ddr3l-evk.dts120 pvdd-supply = <&buck5>;
H A Dimx8mn-evk.dts133 pvdd-supply = <&buck5>;
H A Dimx8mm-beacon-kit.dts71 pvdd-supply = <&reg_hdmi>;
H A Dimx8mn-beacon-kit.dts71 pvdd-supply = <&reg_hdmi>;
H A Dimx8mn-ddr4-evk.dts166 pvdd-supply = <&buck5_reg>;
H A Dimx8mm-kontron-bl.dts199 pvdd-supply = <&reg_vdd_1v8>;
/linux/arch/arm/boot/dts/renesas/
H A Dr8a7792-wheat.dts268 pvdd-supply = <&d1_8v>;
303 pvdd-supply = <&d1_8v>;
H A Diwg20d-q7-dbcm-ca.dtsi82 pvdd-supply = <&reg_1p8v>;
H A Dr8a7745-iwg22d-sodimm-dbhd-ca.dts94 pvdd-supply = <&reg_1p8v>;
H A Dr8a7792-blanche.dts343 pvdd-supply = <&d1_8v>;
H A Dr8a7790-stout.dts309 pvdd-supply = <&fixedregulator1v8>;
H A Dr8a7791-porter.dts201 pvdd-supply = <&reg_1p8v>;

12