Home
last modified time | relevance | path

Searched full:pvdd (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dmax98504.txt10 - 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 = <&regulator>;
Dtas5805m.yaml25 pvdd-supply:
27 Regulator for audio power supply (PVDD in the datasheet).
49 pvdd-supply = <&audiopwr>;
Deverest,es7134.txt8 - PVDD-supply: regulator phandle for the PVDD supply for the es7154
Dtas5720.txt17 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog
25 pvdd-supply = <&amp_supply_reg>;
Des8328.txt10 - PVDD-supply : Regulator providing digital IO supply voltage 1.8 - 3.6V
34 PVDD-supply = <&reg_3p3v>;
Dadi,max98396.yaml36 pvdd-supply:
37 description: A 3.0V to 20V supply that powers up the PVDD pin.
136 pvdd-supply = <&regulator_pvdd>;
Dtas571x.txt34 - PVDD-supply: regulator phandle for the PVDD supply (5721)
Dwm8804.txt13 - PVDD-supply, DVDD-supply : Power supplies for the device, as covered
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7533.yaml66 pvdd-supply:
67 description: A 1.8V supply that powers up the PVDD pin.
119 - pvdd-supply
150 pvdd-supply = <&v1v8>;
Dadi,adv7511.yaml68 pvdd-supply:
69 description: A 1.8V supply that powers up the PVDD pin.
169 - pvdd-supply
199 pvdd-supply = <&v1v8>;
/Linux-v6.1/sound/soc/codecs/
Dtas5805m.c157 struct regulator *pvdd; member
437 tas5805m->pvdd = devm_regulator_get(dev, "pvdd"); in tas5805m_i2c_probe()
438 if (IS_ERR(tas5805m->pvdd)) { in tas5805m_i2c_probe()
439 dev_err(dev, "failed to get pvdd supply: %ld\n", in tas5805m_i2c_probe()
440 PTR_ERR(tas5805m->pvdd)); in tas5805m_i2c_probe()
441 return PTR_ERR(tas5805m->pvdd); in tas5805m_i2c_probe()
493 * after PVDD is applied, or else the ADR pin is sampled in tas5805m_i2c_probe()
500 ret = regulator_enable(tas5805m->pvdd); in tas5805m_i2c_probe()
502 dev_err(dev, "failed to enable pvdd: %d\n", ret); in tas5805m_i2c_probe()
518 regulator_disable(tas5805m->pvdd); in tas5805m_i2c_probe()
[all …]
Dmax98396.c935 "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 …]
Dmax98373.c244 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,
Des7134.c256 SND_SOC_DAPM_REGULATOR_SUPPLY("PVDD", 0, 0),
260 { "Playback", NULL, "PVDD", }
Dmax98520.c565 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),
Dtas6424.c35 "pvdd", /* Class-D amp output FETs supply. */
479 dev_crit(dev, "experienced a PVDD overvoltage fault\n"); in tas6424_fault_check_work()
485 dev_crit(dev, "experienced a PVDD undervoltage fault\n"); in tas6424_fault_check_work()
Dmax98396.h312 struct regulator *pvdd, *vbat; member
Des8328.c56 PVDD, enumerator
65 "PVDD",
Dmax98504.c22 "PVDD",
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dr8a77980-v3hsk.dts147 pvdd-supply = <&vcc1v8_d4>;
Dr8a77970-v3msk.dts156 pvdd-supply = <&vcc_d1_8v>;
Dcondor-common.dtsi202 pvdd-supply = <&d1_8v>;
/Linux-v6.1/arch/arm/boot/dts/
Drk3288-rock2-square.dts190 PVDD-supply = <&vccio_codec>;
Drk3288-firefly-reload.dts220 PVDD-supply = <&vcca_33>;
/Linux-v6.1/drivers/input/touchscreen/
Dbu21029_ts.c115 * | 0 | PVDD[2:0] | 0 | AVDD[2:0] |
117 * PVDD: output voltage of panel output regulator (=2.000V)

12