/linux-6.12.1/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-synaptics-r63353.c | 59 struct regulator *avdd; member 75 ret = regulator_enable(rpanel->avdd); in r63353_panel_power_on() 77 dev_err(dev, "Failed to enable avdd regulator (%d)\n", ret); in r63353_panel_power_on() 86 regulator_disable(rpanel->avdd); in r63353_panel_power_on() 101 regulator_disable(rpanel->avdd); in r63353_panel_power_off() 281 panel->avdd = devm_regulator_get(dev, "avdd"); in r63353_panel_probe() 282 if (IS_ERR(panel->avdd)) in r63353_panel_probe() 283 return PTR_ERR(panel->avdd); in r63353_panel_probe()
|
D | panel-mantix-mlaf057we51.c | 36 struct regulator *avdd; member 110 regulator_disable(ctx->avdd); in mantix_unprepare() 136 ret = regulator_enable(ctx->avdd); in mantix_prepare() 138 dev_err(ctx->dev, "Failed to enable avdd supply: %d\n", ret); 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-seiko-43wvf1g.c | 49 struct regulator *avdd; member 129 regulator_disable(p->avdd); in seiko_panel_unprepare() 153 err = regulator_enable(p->avdd); in seiko_panel_prepare() 155 dev_err(panel->dev, "failed to enable avdd: %d\n", err); in seiko_panel_prepare() 217 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe() 218 if (IS_ERR(panel->avdd)) in seiko_panel_probe() 219 return PTR_ERR(panel->avdd); in seiko_panel_probe()
|
/linux-6.12.1/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>;
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/magnetometer/ |
D | voltafield,af8133j.yaml | 24 avdd-supply: 26 A regulator that provides AVDD power (Working power, usually 3.3V) to 31 A regulator that provides DVDD power (Digital IO power, 1.8V - AVDD) 40 - avdd-supply 56 avdd-supply = <®_dldo1>;
|
/linux-6.12.1/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"
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/accel/ |
D | fsl,mma7455.yaml | 23 avdd-supply: true 62 avdd-supply = <&avdd>; 77 avdd-supply = <&avdd>;
|
/linux-6.12.1/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 | asahi-kasei,ak4375.yaml | 25 avdd-supply: 26 description: regulator phandle for the AVDD power supply. 38 - avdd-supply 53 avdd-supply = <®_headphones_avdd>;
|
D | mt6358.txt | 13 - Avdd-supply : power source of AVDD 24 Avdd-supply = <&mt6358_vaud28_reg>;
|
D | adi,adau1977.yaml | 35 AVDD-supply: 51 - AVDD-supply 71 AVDD-supply = <®ulator>; 89 AVDD-supply = <®ulator>;
|
D | rockchip,rk3308-codec.yaml | 65 rockchip,micbias-avdd-percent: 68 AVDD. 70 E.g. if rockchip,micbias-avdd-percent = 85 and AVDD = 3v3, then the
|
/linux-6.12.1/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()
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/amplifiers/ |
D | adi,ada4250.yaml | 23 avdd-supply: true 33 - avdd-supply 48 avdd-supply = <&avdd>;
|
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | goodix,gt9916.yaml | 33 avdd-supply: 34 description: Analog power supply regulator on AVDD pin 52 - avdd-supply 69 avdd-supply = <&ts_avdd>; 88 avdd-supply = <&ts_avdd>;
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | innolux,p097pfg.yaml | 25 avdd-supply: 34 - avdd-supply 51 avdd-supply = <&avdd>;
|
D | feixin,k101-im2ba02.yaml | 24 avdd-supply: 25 description: regulator that supplies the AVDD voltage 34 - avdd-supply 50 avdd-supply = <®_dc1sw>;
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7192.yaml | 69 avdd-supply: 70 description: AVdd voltage supply 149 - avdd-supply 200 avdd-supply = <&avdd>; 229 avdd-supply = <&avdd>;
|
D | avia-hx711.yaml | 41 avdd-supply: 54 - avdd-supply 65 avdd-supply = <&avdd>;
|
D | ti,ads1298.yaml | 29 avdd-supply: 31 Analog power supply, voltage between AVDD and AVSS. When providing a 52 - avdd-supply 72 avdd-supply = <®_iso_5v_a>;
|
D | adi,max11410.yaml | 43 avdd-supply: 44 description: Optional avdd supply. Used as reference when no explicit reference supplied. 86 3: AVDD/AGND 90 If this field is left empty, AVDD/AGND is selected. 149 avdd-supply = <&adc_avdd>;
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ad7293.yaml | 26 avdd-supply: true 42 - avdd-supply 56 avdd-supply = <&avdd>;
|
/linux-6.12.1/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>;
|