| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | nvidia,tegra124-xusb.txt | 47 - avdd-usb-supply: USB controller power supply. Must supply 3.3 V. 48 - avdd-pll-utmip-supply: UTMI PLL power supply. Must supply 1.8 V. 49 - avdd-pll-erefe-supply: PLLE reference PLL power supply. Must supply 1.05 V. 50 - avdd-usb-ss-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 57 - avdd-usb-supply: USB controller power supply. Must supply 3.3 V. 58 - avdd-pll-utmip-supply: UTMI PLL power supply. Must supply 1.8 V. 59 - avdd-pll-uerefe-supply: PLLE reference PLL power supply. Must supply 1.05 V. 114 avdd-usb-supply = <&vdd_3v3_lp0>; 115 avdd-pll-utmip-supply = <&vddio_1v8>; 116 avdd-pll-erefe-supply = <&avdd_1v05_run>; [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-feiyang-fy07024di26a30d.c | 24 struct regulator *avdd; member 61 ret = regulator_enable(ctx->avdd); in feiyang_prepare() 65 /* T3 (dvdd rise + avdd start + avdd rise) T3 >= 20ms */ in feiyang_prepare() 71 * T5 + T6 (avdd rise + video & logic signal rise) 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() 210 dev_err(&dsi->dev, "Couldn't get avdd regulator\n"); in feiyang_dsi_probe() 211 return PTR_ERR(ctx->avdd); in feiyang_dsi_probe()
|
| D | panel-mantix-mlaf057we51.c | 34 struct regulator *avdd; member 139 regulator_disable(ctx->avdd); in mantix_unprepare() 165 ret = regulator_enable(ctx->avdd); in mantix_prepare() 167 dev_err(ctx->dev, "Failed to enable avdd supply: %d\n", ret); in mantix_prepare() 267 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe() 268 if (IS_ERR(ctx->avdd)) in mantix_probe() 269 return dev_err_probe(dev, PTR_ERR(ctx->avdd), "Failed to request avdd regulator\n"); in mantix_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() 172 dev_err(panel->dev, "failed to enable avdd: %d\n", err); 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()
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | lochnagar.rst | 54 in4_input Measured voltage for AVDD 1V8 (milliVolts) 55 in4_label "AVDD 1V8" 56 curr5_input Measured current for AVDD 1V8 (milliAmps) 57 curr5_label "AVDD 1V8" 58 power5_average Measured average power for AVDD 1V8 (microWatts) 60 power5_label "AVDD 1V8"
|
| /kernel/linux/linux-5.10/sound/soc/meson/ |
| D | t9015.c | 52 struct regulator *avdd; member 197 ret = regulator_enable(priv->avdd); in t9015_set_bias_level() 199 dev_err(component->dev, "AVDD enable failed\n"); 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() 270 dev_err(dev, "failed to AVDD\n"); in t9015_probe() 271 return PTR_ERR(priv->avdd); in t9015_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | innolux,p097pfg.yaml | 23 avdd-supply: 32 - avdd-supply 49 avdd-supply = <&avdd>;
|
| D | feixin,k101-im2ba02.yaml | 21 avdd-supply: 22 description: regulator that supplies the AVDD voltage 31 - avdd-supply 47 avdd-supply = <®_dc1sw>;
|
| D | seiko,43wvf1g.yaml | 25 avdd-supply: 31 - avdd-supply 42 avdd-supply = <®_lcd_5v>;
|
| D | sharp,ls043t1le01.yaml | 24 avdd-supply: 30 - avdd-supply 45 avdd-supply = <&pm8941_l22>;
|
| D | feiyang,fy07024di26a30d.yaml | 23 avdd-supply: 36 - avdd-supply 53 avdd-supply = <®_dc1sw>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | adi,ad7192.yaml | 49 avdd-supply: 50 description: AVdd voltage supply 93 - avdd-supply 116 avdd-supply = <&avdd>;
|
| D | avia-hx711.yaml | 41 avdd-supply: 54 - avdd-supply 65 avdd-supply = <&avdd>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | mt6358.txt | 11 - Avdd-supply : power source of AVDD 22 Avdd-supply = <&mt6358_vaud28_reg>;
|
| D | adi,adau1701.txt | 23 - avdd-supply: Power supply for AVDD, providing 3.3V 33 avdd-supply = <&vdd_3v3_reg>;
|
| D | pcm512x.txt | 14 - AVDD-supply, DVDD-supply, and CPVDD-supply : power supplies for the 35 AVDD-supply = <®_3v3_analog>; 45 AVDD-supply = <®_3v3_analog>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/adc/ |
| D | avia-hx711.txt | 9 - avdd-supply: Definition of the regulator used as analog supply 21 avdd-suppy = <&avdd>;
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/panel/ |
| D | panel-seiko-43wvf1g.c | 52 struct regulator *avdd; member 150 regulator_disable(p->avdd); in seiko_panel_unprepare() 179 err = regulator_enable(p->avdd); in seiko_panel_prepare() 181 dev_err(panel->dev, "failed to enable avdd: %d\n", err); in seiko_panel_prepare() 265 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe() 266 if (IS_ERR(panel->avdd)) in seiko_panel_probe() 267 return PTR_ERR(panel->avdd); in seiko_panel_probe()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/ |
| D | nvidia,tegra20-pcie.txt | 77 - avdd-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 79 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 81 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must 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 97 - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 100 - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 107 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 115 - avdd-pll-erefe-supply: Power supply for PLLE (shared with USB3). Must 120 - avdd-pll-uerefe-supply: Power supply for PLLE (shared with USB3). Must [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/iio/frequency/ |
| D | ad9832.c | 75 * @avdd: supply regulator for the analog section 95 struct regulator *avdd; member 314 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad9832_probe() 315 if (IS_ERR(st->avdd)) in ad9832_probe() 316 return PTR_ERR(st->avdd); in ad9832_probe() 318 ret = regulator_enable(st->avdd); in ad9832_probe() 320 dev_err(&spi->dev, "Failed to enable specified AVDD supply\n"); in ad9832_probe() 423 regulator_disable(st->avdd); in ad9832_probe() 435 regulator_disable(st->avdd); in ad9832_remove()
|
| /kernel/linux/linux-5.10/drivers/staging/iio/frequency/ |
| D | ad9832.c | 77 * @avdd: supply regulator for the analog section 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() 322 dev_err(&spi->dev, "Failed to enable specified AVDD supply\n"); in ad9832_probe() 435 regulator_disable(st->avdd); in ad9832_probe() 448 regulator_disable(st->avdd); in ad9832_remove()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | adi,adau1701.txt | 23 - avdd-supply: Power supply for AVDD, providing 3.3V 33 avdd-supply = <&vdd_3v3_reg>;
|
| D | pcm512x.txt | 14 - AVDD-supply, DVDD-supply, and CPVDD-supply : power supplies for the 35 AVDD-supply = <®_3v3_analog>; 45 AVDD-supply = <®_3v3_analog>;
|
| D | ti,tas5086.txt | 34 - avdd-supply: Power supply for AVDD, providing 3.3V 45 avdd-supply = <&vdd_3v3_reg>;
|