| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | nvidia,tegra124-xusb.txt | 48 - avdd-usb-supply: USB controller power supply. Must supply 3.3 V. 49 - avdd-pll-utmip-supply: UTMI PLL power supply. Must supply 1.8 V. 50 - avdd-pll-erefe-supply: PLLE reference PLL power supply. Must supply 1.05 V. 51 - avdd-usb-ss-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 58 - avdd-usb-supply: USB controller power supply. Must supply 3.3 V. 59 - avdd-pll-utmip-supply: UTMI PLL power supply. Must supply 1.8 V. 60 - avdd-pll-uerefe-supply: PLLE reference PLL power supply. Must supply 1.05 V. 126 avdd-usb-supply = <&vdd_3v3_lp0>; 127 avdd-pll-utmip-supply = <&vddio_1v8>; 128 avdd-pll-erefe-supply = <&avdd_1v05_run>; [all …]
|
| /Linux-v5.4/drivers/gpu/drm/panel/ |
| D | panel-feiyang-fy07024di26a30d.c | 27 struct regulator *avdd; member 64 ret = regulator_enable(ctx->avdd); in feiyang_prepare() 138 regulator_disable(ctx->avdd); in feiyang_unprepare() 217 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe() 218 if (IS_ERR(ctx->avdd)) { in feiyang_dsi_probe() 220 return PTR_ERR(ctx->avdd); in feiyang_dsi_probe()
|
| D | panel-seiko-43wvf1g.c | 51 struct regulator *avdd; member 149 regulator_disable(p->avdd); in seiko_panel_unprepare() 178 err = regulator_enable(p->avdd); in seiko_panel_prepare() 264 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe() 265 if (IS_ERR(panel->avdd)) in seiko_panel_probe() 266 return PTR_ERR(panel->avdd); in seiko_panel_probe()
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
| D | seiko,43wvf1g.txt | 6 - "avdd-supply": 5v analog regulator. 17 avdd-supply = <®_lcd_5v>;
|
| D | feiyang,fy07024di26a30d.txt | 6 - avdd-supply: analog regulator dc1 switch 16 avdd-supply = <®_dc1sw>;
|
| D | innolux,p097pfg.txt | 6 - avdd-supply: phandle of the regulator that provides positive voltage 19 avdd-supply = <...>;
|
| /Linux-v5.4/drivers/staging/iio/frequency/ |
| D | ad9832.c | 97 struct regulator *avdd; member 316 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad9832_probe() 317 if (IS_ERR(st->avdd)) in ad9832_probe() 318 return PTR_ERR(st->avdd); in ad9832_probe() 320 ret = regulator_enable(st->avdd); in ad9832_probe() 436 regulator_disable(st->avdd); in ad9832_probe() 449 regulator_disable(st->avdd); in ad9832_remove()
|
| /Linux-v5.4/Documentation/devicetree/bindings/pci/ |
| D | nvidia,tegra20-pcie.txt | 85 - avdd-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 87 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 89 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must 95 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 97 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must 105 - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 108 - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 115 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 123 - avdd-pll-erefe-supply: Power supply for PLLE (shared with USB3). Must 128 - avdd-pll-uerefe-supply: Power supply for PLLE (shared with USB3). Must [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | samsung,s6sy761.txt | 7 - avdd-supply : analogic power supply 27 avdd-supply = <&ldo30_reg>;
|
| D | st,stmfts.txt | 14 - avdd-supply : analogic power supply 37 avdd-supply = <&ldo30_reg>;
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/magnetometer/ |
| D | ak8974.txt | 10 - avdd-supply: regulator supply for the analog voltage 25 avdd-supply = <&foo_reg>;
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | pcm186x.txt | 16 - avdd-supply: Analog core power supply (3.3v) 39 avdd-supply = <®_3v3_analog>;
|
| D | tas2552.txt | 13 "avdd" Analog DAC Voltage 31 avdd-supply = <®_avdd>;
|
| D | adi,adau1701.txt | 23 - avdd-supply: Power supply for AVDD, providing 3.3V 33 avdd-supply = <&vdd_3v3_reg>;
|
| D | ti,tas5086.txt | 34 - avdd-supply: Power supply for AVDD, providing 3.3V 45 avdd-supply = <&vdd_3v3_reg>;
|
| D | rt5663.txt | 13 - avdd-supply: Power supply for AVDD, providing 1.8V. 58 avdd-supply = <&pp1800_a_alc5662>;
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| D | ov5695.txt | 7 - avdd-supply: Analog voltage supply, 2.8 volts 29 avdd-supply = <&pp2800_cam>;
|
| D | ov2685.txt | 7 - avdd-supply: Analog voltage supply, 2.8 volts 29 avdd-supply = <&pp2800_cam>;
|
| /Linux-v5.4/drivers/staging/iio/adc/ |
| D | ad7192.c | 159 struct regulator *avdd; member 801 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad7192_probe() 802 if (IS_ERR(st->avdd)) in ad7192_probe() 803 return PTR_ERR(st->avdd); in ad7192_probe() 805 ret = regulator_enable(st->avdd); in ad7192_probe() 823 voltage_uv = regulator_get_voltage(st->avdd); in ad7192_probe() 892 regulator_disable(st->avdd); in ad7192_probe() 907 regulator_disable(st->avdd); in ad7192_remove()
|
| /Linux-v5.4/arch/arm64/boot/dts/nvidia/ |
| D | tegra210-p2371-2180.dts | 14 avdd-pll-uerefe-supply = <&avdd_1v05_pll>; 41 avdd-dsi-csi-supply = <&vdd_dsi_csi>;
|
| D | tegra210-p3450-0000.dts | 33 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 70 avdd-io-supply = <&avdd_1v05>; 400 avdd-usb-supply = <&vdd_3v3_sys>; 404 avdd-pll-utmip-supply = <&vdd_1v8>; 405 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 415 avdd-pll-utmip-supply = <&vdd_1v8>; 416 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
|
| D | tegra186-p2771-0000.dts | 120 avdd-pll-erefeut-supply = <&vdd_1v8_pll>; 121 avdd-usb-supply = <&vdd_3v3_sys>; 265 avdd-io-supply = <&vdd_hdmi_1v05>;
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | tegra124-nyan.dtsi | 404 avdd-usb-supply = <&vdd_3v3_lp0>; 405 avdd-pll-utmip-supply = <&vddio_1v8>; 406 avdd-pll-erefe-supply = <&avdd_1v05_run>; 407 avdd-usb-ss-pll-supply = <&vdd_1v05_run>; 417 avdd-pll-utmip-supply = <&vddio_1v8>; 418 avdd-pll-erefe-supply = <&avdd_1v05_run>; 419 avdd-pex-pll-supply = <&vdd_1v05_run>;
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | tlv320aic3x.c | 1712 int dvdd, avdd; in aic3x_configure_ocmv() local 1723 avdd = regulator_get_voltage(aic3x->supplies[2].consumer); in aic3x_configure_ocmv() 1725 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv() 1728 avdd, dvdd); in aic3x_configure_ocmv() 1729 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv() 1731 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv() 1733 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv() 1735 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv() 1740 avdd, dvdd); in aic3x_configure_ocmv()
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | raydium_i2c_ts.c | 119 struct regulator *avdd; member 956 error = regulator_enable(ts->avdd); in raydium_i2c_power_on() 965 regulator_disable(ts->avdd); in raydium_i2c_power_on() 991 regulator_disable(ts->avdd); in raydium_i2c_power_off() 1017 ts->avdd = devm_regulator_get(&client->dev, "avdd"); in raydium_i2c_probe() 1018 if (IS_ERR(ts->avdd)) { in raydium_i2c_probe() 1019 error = PTR_ERR(ts->avdd); in raydium_i2c_probe()
|