| /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()
|
| /kernel/linux/linux-6.6/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() 207 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe() 208 if (IS_ERR(ctx->avdd)) in feiyang_dsi_probe() 209 return dev_err_probe(&dsi->dev, PTR_ERR(ctx->avdd), in feiyang_dsi_probe() 210 "Couldn't get avdd regulator\n"); in feiyang_dsi_probe()
|
| D | panel-mantix-mlaf057we51.c | 36 struct regulator *avdd; member 135 regulator_disable(ctx->avdd); in mantix_unprepare() 161 ret = regulator_enable(ctx->avdd); in mantix_prepare() 163 dev_err(ctx->dev, "Failed to enable avdd supply: %d\n", ret); in mantix_prepare() 287 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe() 288 if (IS_ERR(ctx->avdd)) in mantix_probe() 289 return dev_err_probe(dev, PTR_ERR(ctx->avdd), "Failed to request avdd regulator\n"); in mantix_probe()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | nvidia,tegra124-xusb.yaml | 114 avdd-usb-supply: 117 avdd-pll-utmip-supply: 120 avdd-pll-erefe-supply: 123 avdd-usb-ss-pll-supply: 151 - avdd-usb-supply 194 avdd-usb-supply = <&vdd_3v3_lp0>; 195 avdd-pll-utmip-supply = <&vddio_1v8>; 196 avdd-pll-erefe-supply = <&avdd_1v05_run>; 197 avdd-usb-ss-pll-supply = <&vdd_1v05_run>;
|
| D | nvidia,tegra210-xusb.yaml | 117 avdd-usb-supply: 120 avdd-pll-utmip-supply: 123 avdd-pll-uerefe-supply: 182 avdd-usb-supply = <&vdd_3v3_sys>; 183 avdd-pll-utmip-supply = <&vdd_1v8>; 184 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
|
| /kernel/linux/linux-6.6/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/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-6.6/Documentation/devicetree/bindings/iio/accel/ |
| D | fsl,mma7455.yaml | 23 avdd-supply: true 62 avdd-supply = <&avdd>; 77 avdd-supply = <&avdd>;
|
| /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-6.6/Documentation/devicetree/bindings/sound/ |
| D | wlf,wm8731.yaml | 43 AVDD-supply: 44 description: Analog power supply regulator on the AVDD pin. 58 - AVDD-supply 79 AVDD-supply = <&avdd_reg>; 94 AVDD-supply = <&avdd_reg>;
|
| D | ak4375.yaml | 25 avdd-supply: 26 description: regulator phandle for the AVDD power supply. 38 - avdd-supply 53 avdd-supply = <®_headphones_avdd>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/amplifiers/ |
| D | adi,ada4250.yaml | 23 avdd-supply: true 33 - avdd-supply 48 avdd-supply = <&avdd>;
|
| /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>;
|
| /kernel/linux/linux-6.6/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>;
|
| /kernel/linux/linux-6.6/sound/soc/meson/ |
| D | t9015.c | 51 struct regulator *avdd; member 196 ret = regulator_enable(priv->avdd); in t9015_set_bias_level() 198 dev_err(component->dev, "AVDD enable failed\n"); in t9015_set_bias_level() 219 regulator_disable(priv->avdd); in t9015_set_bias_level() 263 priv->avdd = devm_regulator_get(dev, "AVDD"); in t9015_probe() 264 if (IS_ERR(priv->avdd)) in t9015_probe() 265 return dev_err_probe(dev, PTR_ERR(priv->avdd), "failed to AVDD\n"); in t9015_probe()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad7293.yaml | 26 avdd-supply: true 42 - avdd-supply 56 avdd-supply = <&avdd>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | cypress-sf.yaml | 25 avdd-supply: 26 description: Regulator for AVDD analog voltage 39 - avdd-supply 57 avdd-supply = <&vreg_l6a_1p8>;
|
| /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-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | avia-hx711.yaml | 41 avdd-supply: 54 - avdd-supply 65 avdd-supply = <&avdd>;
|
| D | adi,ad7192.yaml | 47 avdd-supply: 48 description: AVdd voltage supply 94 - avdd-supply 121 avdd-supply = <&avdd>;
|