/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | tas5805m.yaml | 25 pvdd-supply: 27 Regulator for audio power supply (PVDD in the datasheet). 49 pvdd-supply = <&audiopwr>;
|
H A D | maxim,max98504.yaml | 29 PVDD-supply: true 36 PVDD brownout threshold, where values correspond to 2.6V, 2.65V...3.65V 37 voltage range. Property also enables the PVDD brownout protection.
|
H A D | everest,es7134.txt | 8 - PVDD-supply: regulator phandle for the PVDD supply for the es7154
|
H A D | es8328.txt | 10 - PVDD-supply : Regulator providing digital IO supply voltage 1.8 - 3.6V 34 PVDD-supply = <®_3p3v>;
|
H A D | tas5720.txt | 19 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog 27 pvdd-supply = <&_supply_reg>;
|
H A D | adi,max98396.yaml | 36 pvdd-supply: 37 description: A 3.0V to 20V supply that powers up the PVDD pin. 136 pvdd-supply = <®ulator_pvdd>;
|
H A D | tas571x.txt | 35 - PVDD-supply: regulator phandle for the PVDD supply (5721)
|
H A D | wm8804.txt | 13 - PVDD-supply, DVDD-supply : Power supplies for the device, as covered
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | adi,adv7533.yaml | 66 pvdd-supply: 67 description: A 1.8V supply that powers up the PVDD pin. 119 - pvdd-supply 150 pvdd-supply = <&v1v8>;
|
H A D | adi,adv7511.yaml | 68 pvdd-supply: 69 description: A 1.8V supply that powers up the PVDD pin. 169 - pvdd-supply 199 pvdd-supply = <&v1v8>;
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas5805m.c | 158 struct regulator *pvdd; member 482 tas5805m->pvdd = devm_regulator_get(dev, "pvdd"); in tas5805m_i2c_probe() 483 if (IS_ERR(tas5805m->pvdd)) { in tas5805m_i2c_probe() 484 dev_err(dev, "failed to get pvdd supply: %ld\n", in tas5805m_i2c_probe() 485 PTR_ERR(tas5805m->pvdd)); in tas5805m_i2c_probe() 486 return PTR_ERR(tas5805m->pvdd); in tas5805m_i2c_probe() 537 * after PVDD is applied, or else the ADR pin is sampled in tas5805m_i2c_probe() 544 ret = regulator_enable(tas5805m->pvdd); in tas5805m_i2c_probe() 546 dev_err(dev, "failed to enable pvdd: %d\n", ret); in tas5805m_i2c_probe() 565 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_probe() [all …]
|
H A D | max98396.c | 935 "DG", "PVDD", "VBAT", 1196 SOC_SINGLE("PVDD Auto Restart Switch", MAX98396_R210E_AUTO_RESTART, 1216 SOC_SINGLE_EXT("ADC PVDD", MAX98396_R20B6_ADC_PVDD_READBACK_MSB, 0, 0x1FF, 0, 1269 SOC_SINGLE("PVDD Auto Restart Switch", MAX98396_R210E_AUTO_RESTART, 1289 SOC_SINGLE_EXT("ADC PVDD", MAX98396_R20B6_ADC_PVDD_READBACK_MSB, 0, 0x1FF, 0, 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() [all …]
|
H A D | max98373.c | 244 SOC_SINGLE("ADC PVDD CH Switch", MAX98373_R2056_MEAS_ADC_PVDD_CH_EN, 0, 1, 0), 245 SOC_SINGLE("ADC PVDD FLT Switch", MAX98373_R2052_MEAS_ADC_PVDD_FLT_CFG, 249 SOC_SINGLE_EXT("ADC PVDD", MAX98373_R2054_MEAS_ADC_PVDD_CH_READBACK, 0, 0xFF, 0, 253 SOC_SINGLE("ADC PVDD FLT Coeff", MAX98373_R2052_MEAS_ADC_PVDD_FLT_CFG,
|
H A D | es7134.c | 256 SND_SOC_DAPM_REGULATOR_SUPPLY("PVDD", 0, 0), 260 { "Playback", NULL, "PVDD", }
|
H A D | max98520.c | 565 SOC_SINGLE("ADC PVDD CH Switch", MAX98520_R20CF_MEAS_ADC_CFG, 0, 1, 0), 566 SOC_SINGLE("ADC PVDD FLT Switch", MAX98520_R20B2_ADC_PVDD0_CFG, MAX98520_FLT_EN_SHIFT, 1, 0), 568 SOC_SINGLE("ADC PVDD MSB", MAX98520_R20B6_ADC_PVDD_READBACK_MSB, 0, 0xFF, 0), 569 SOC_SINGLE("ADC PVDD LSB", MAX98520_R20B7_ADC_PVDD_READBACK_LSB, 0, 0x01, 0),
|
H A D | tas6424.c | 34 "pvdd", /* Class-D amp output FETs supply. */ 478 dev_crit(dev, "experienced a PVDD overvoltage fault\n"); in tas6424_fault_check_work() 484 dev_crit(dev, "experienced a PVDD undervoltage fault\n"); in tas6424_fault_check_work()
|
H A D | max98396.h | 312 struct regulator *pvdd, *vbat; member
|
H A D | es8328.c | 56 PVDD, enumerator 65 "PVDD",
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-beacon-kit.dts | 71 pvdd-supply = <®_hdmi>;
|
H A D | imx8mn-beacon-kit.dts | 71 pvdd-supply = <®_hdmi>;
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | rzg2l-smarc.dtsi | 73 pvdd-supply = <®_1p8v>;
|
H A D | rzg2lc-smarc.dtsi | 89 pvdd-supply = <®_1p8v>;
|
H A D | r8a77980-v3hsk.dts | 148 pvdd-supply = <&vcc1v8_d4>;
|
H A D | r8a77970-v3msk.dts | 156 pvdd-supply = <&vcc_d1_8v>;
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-rock2-square.dts | 190 PVDD-supply = <&vccio_codec>;
|