| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | max98504.txt | 10 - DVDD-supply, DIOVDD-supply, PVDD-supply: power supplies for the device, 17 - maxim,brownout-threshold - the PVDD brownout threshold, the value must be 31 the PVDD brownout protection. 43 PVDD-supply = <®ulator>;
|
| D | everest,es7134.txt | 8 - PVDD-supply: regulator phandle for the PVDD supply for the es7154
|
| D | tas5720.txt | 17 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog 25 pvdd-supply = <&_supply_reg>;
|
| D | es8328.txt | 10 - PVDD-supply : Regulator providing digital IO supply voltage 1.8 - 3.6V 34 PVDD-supply = <®_3p3v>;
|
| D | tas571x.txt | 34 - PVDD-supply: regulator phandle for the PVDD supply (5721)
|
| D | wm8804.txt | 13 - PVDD-supply, DVDD-supply : Power supplies for the device, as covered
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | tas5805m.yaml | 25 pvdd-supply: 27 Regulator for audio power supply (PVDD in the datasheet). 49 pvdd-supply = <&audiopwr>;
|
| 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.
|
| D | everest,es7134.txt | 8 - PVDD-supply: regulator phandle for the PVDD supply for the es7154
|
| D | es8328.txt | 10 - PVDD-supply : Regulator providing digital IO supply voltage 1.8 - 3.6V 34 PVDD-supply = <®_3p3v>;
|
| D | tas5720.txt | 19 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog 27 pvdd-supply = <&_supply_reg>;
|
| 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>;
|
| D | tas571x.txt | 35 - PVDD-supply: regulator phandle for the PVDD supply (5721)
|
| D | wm8804.txt | 13 - PVDD-supply, DVDD-supply : Power supplies for the device, as covered
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/ |
| 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>;
|
| 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>;
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| 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 …]
|
| 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 …]
|
| 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,
|
| D | es7134.c | 256 SND_SOC_DAPM_REGULATOR_SUPPLY("PVDD", 0, 0), 260 { "Playback", NULL, "PVDD", }
|
| 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),
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | max98373.c | 209 SOC_SINGLE("ADC PVDD CH Switch", MAX98373_R2056_MEAS_ADC_PVDD_CH_EN, 0, 1, 0), 210 SOC_SINGLE("ADC PVDD FLT Switch", MAX98373_R2052_MEAS_ADC_PVDD_FLT_CFG, 214 SOC_SINGLE("ADC PVDD", MAX98373_R2054_MEAS_ADC_PVDD_CH_READBACK, 0, 0xFF, 0), 216 SOC_SINGLE("ADC PVDD FLT Coeff", MAX98373_R2052_MEAS_ADC_PVDD_FLT_CFG,
|
| D | es7134.c | 257 SND_SOC_DAPM_REGULATOR_SUPPLY("PVDD", 0, 0), 261 { "Playback", NULL, "PVDD", }
|
| /kernel/linux/linux-5.10/drivers/misc/nxp-pn5xx/ |
| D | pn5xx_i2c.c | 99 pr_err("%s: not able to enable pvdd\n", __func__); in pn544_enable() 419 * PVdd - pad Vdd (544, 547) in pn54x_get_pdata() 426 * Example: if only PVdd is provided, it is the only one that will be in pn54x_get_pdata() 429 pdata->pvdd_reg = regulator_get(dev, "nxp,pn54x-pvdd"); in pn54x_get_pdata() 431 pr_err("%s: could not get nxp,pn54x-pvdd, rc=%ld\n", __func__, PTR_ERR(pdata->pvdd_reg)); in pn54x_get_pdata()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | adi,adv7511.txt | 50 - pvdd-supply: A 1.8V supply that powers up the PVDD pin on the chip.
|