/Linux-v5.10/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.10/drivers/gpu/drm/panel/ |
D | panel-feiyang-fy07024di26a30d.c | 24 struct regulator *avdd; member 61 ret = regulator_enable(ctx->avdd); in feiyang_prepare() 131 regulator_disable(ctx->avdd); in feiyang_unprepare() 208 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe() 209 if (IS_ERR(ctx->avdd)) { in feiyang_dsi_probe() 211 return PTR_ERR(ctx->avdd); in feiyang_dsi_probe()
|
D | panel-seiko-43wvf1g.c | 49 struct regulator *avdd; member 141 regulator_disable(p->avdd); in seiko_panel_unprepare() 170 err = regulator_enable(p->avdd); in seiko_panel_prepare() 250 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe() 251 if (IS_ERR(panel->avdd)) in seiko_panel_probe() 252 return PTR_ERR(panel->avdd); in seiko_panel_probe()
|
D | panel-mantix-mlaf057we51.c | 33 struct regulator *avdd; member 134 regulator_disable(ctx->avdd); in mantix_unprepare() 160 ret = regulator_enable(ctx->avdd); in mantix_prepare() 262 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe() 263 if (IS_ERR(ctx->avdd)) in mantix_probe() 264 return dev_err_probe(dev, PTR_ERR(ctx->avdd), "Failed to request avdd regulator\n"); in mantix_probe()
|
D | panel-boe-tv101wum-nl6.c | 50 struct regulator *avdd; member 509 regulator_disable(boe->avdd); in boe_panel_unprepare() 518 regulator_disable(boe->avdd); in boe_panel_unprepare() 545 ret = regulator_enable(boe->avdd); in boe_panel_prepare() 574 regulator_disable(boe->avdd); in boe_panel_prepare() 762 boe->avdd = devm_regulator_get(dev, "avdd"); in boe_panel_add() 763 if (IS_ERR(boe->avdd)) in boe_panel_add() 764 return PTR_ERR(boe->avdd); in boe_panel_add()
|
/Linux-v5.10/sound/soc/meson/ |
D | t9015.c | 52 struct regulator *avdd; member 197 ret = regulator_enable(priv->avdd); in t9015_set_bias_level() 220 regulator_disable(priv->avdd); in t9015_set_bias_level() 267 priv->avdd = devm_regulator_get(dev, "AVDD"); in t9015_probe() 268 if (IS_ERR(priv->avdd)) { in t9015_probe() 269 if (PTR_ERR(priv->avdd) != -EPROBE_DEFER) in t9015_probe() 271 return PTR_ERR(priv->avdd); in t9015_probe()
|
/Linux-v5.10/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() 435 regulator_disable(st->avdd); in ad9832_probe() 448 regulator_disable(st->avdd); in ad9832_remove()
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/magnetometer/ |
D | ak8974.txt | 12 - avdd-supply: regulator supply for the analog voltage 27 avdd-supply = <&foo_reg>;
|
/Linux-v5.10/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.10/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.10/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.10/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. 351 avdd-pexa-supply = <&ldo1_reg>; 353 avdd-pexb-supply = <&ldo1_reg>; 355 avdd-pex-pll-supply = <&ldo1_reg>; [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra186-p2771-0000.dts | 108 avdd-pll-erefeut-supply = <&vdd_1v8_pll>; 109 avdd-usb-supply = <&vdd_3v3_sys>; 265 avdd-io-hdmi-dp-supply = <&vdd_hdmi_1v05>; 274 avdd-io-hdmi-dp-supply = <&vdd_hdmi_1v05>;
|
D | tegra210-p3450-0000.dts | 33 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 70 avdd-dsi-csi-supply = <&vdd_sys_1v2>; 80 avdd-io-hdmi-dp-supply = <&avdd_io_edp_1v05>; 90 avdd-io-hdmi-dp-supply = <&avdd_1v05>; 456 avdd-usb-supply = <&vdd_3v3_sys>; 460 avdd-pll-utmip-supply = <&vdd_1v8>; 461 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 471 avdd-pll-utmip-supply = <&vdd_1v8>; 472 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
|
D | tegra210-p2371-2180.dts | 14 avdd-pll-uerefe-supply = <&avdd_1v05_pll>; 41 avdd-dsi-csi-supply = <&vdd_dsi_csi>;
|
D | tegra194-p2972-0000.dts | 142 avdd-io-hdmi-dp-supply = <&vdd_1v0>; 152 avdd-io-hdmi-dp-supply = <&vdd_1v0>; 162 avdd-io-hdmi-dp-supply = <&vdd_1v0>;
|
/Linux-v5.10/drivers/iio/adc/ |
D | ad7192.c | 178 struct regulator *avdd; member 930 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad7192_probe() 931 if (IS_ERR(st->avdd)) in ad7192_probe() 932 return PTR_ERR(st->avdd); in ad7192_probe() 934 ret = regulator_enable(st->avdd); in ad7192_probe() 952 voltage_uv = regulator_get_voltage(st->avdd); in ad7192_probe() 1023 regulator_disable(st->avdd); in ad7192_probe() 1038 regulator_disable(st->avdd); in ad7192_remove()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | tegra124-nyan.dtsi | 51 avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>; 407 avdd-usb-supply = <&vdd_3v3_lp0>; 408 avdd-pll-utmip-supply = <&vddio_1v8>; 409 avdd-pll-erefe-supply = <&avdd_1v05_run>; 410 avdd-usb-ss-pll-supply = <&vdd_1v05_run>; 420 avdd-pll-utmip-supply = <&vddio_1v8>; 421 avdd-pll-erefe-supply = <&avdd_1v05_run>; 422 avdd-pex-pll-supply = <&vdd_1v05_run>;
|
/Linux-v5.10/sound/soc/codecs/ |
D | tlv320aic31xx.c | 1552 int dvdd, avdd; in aic31xx_configure_ocmv() local 1564 avdd = regulator_get_voltage(priv->supplies[3].consumer); in aic31xx_configure_ocmv() 1567 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv() 1570 avdd, dvdd); in aic31xx_configure_ocmv() 1571 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv() 1573 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv() 1575 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv() 1577 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv() 1582 avdd, dvdd); in aic31xx_configure_ocmv()
|