Home
last modified time | relevance | path

Searched full:avdd (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-feiyang-fy07024di26a30d.c24 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()
H A Dpanel-mantix-mlaf057we51.c36 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()
H A Dpanel-seiko-43wvf1g.c51 struct regulator *avdd; member
146 regulator_disable(p->avdd); in seiko_panel_unprepare()
175 err = regulator_enable(p->avdd); in seiko_panel_prepare()
177 dev_err(panel->dev, "failed to enable avdd: %d\n", err); in seiko_panel_prepare()
257 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe()
258 if (IS_ERR(panel->avdd)) in seiko_panel_probe()
259 return PTR_ERR(panel->avdd); in seiko_panel_probe()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dnvidia,tegra124-xusb.yaml114 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>;
H A Dnvidia,tegra210-xusb.yaml117 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>;
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dfsl,mma7455.yaml23 avdd-supply: true
62 avdd-supply = <&avdd>;
77 avdd-supply = <&avdd>;
/openbmc/linux/Documentation/hwmon/
H A Dlochnagar.rst54 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"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8731.yaml43 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>;
H A Dak4375.yaml25 avdd-supply:
26 description: regulator phandle for the AVDD power supply.
38 - avdd-supply
53 avdd-supply = <&reg_headphones_avdd>;
H A Dmt6358.txt13 - Avdd-supply : power source of AVDD
24 Avdd-supply = <&mt6358_vaud28_reg>;
H A Dadi,adau1977.yaml35 AVDD-supply:
51 - AVDD-supply
71 AVDD-supply = <&regulator>;
89 AVDD-supply = <&regulator>;
H A Dadi,adau1701.txt23 - avdd-supply: Power supply for AVDD, providing 3.3V
33 avdd-supply = <&vdd_3v3_reg>;
/openbmc/linux/Documentation/devicetree/bindings/iio/amplifiers/
H A Dadi,ada4250.yaml23 avdd-supply: true
33 - avdd-supply
48 avdd-supply = <&avdd>;
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p097pfg.yaml23 avdd-supply:
32 - avdd-supply
49 avdd-supply = <&avdd>;
H A Dfeixin,k101-im2ba02.yaml21 avdd-supply:
22 description: regulator that supplies the AVDD voltage
31 - avdd-supply
47 avdd-supply = <&reg_dc1sw>;
H A Dseiko,43wvf1g.yaml25 avdd-supply:
33 - avdd-supply
44 avdd-supply = <&reg_lcd_5v>;
H A Dsharp,ls043t1le01.yaml24 avdd-supply:
30 - avdd-supply
45 avdd-supply = <&pm8941_l22>;
H A Dfeiyang,fy07024di26a30d.yaml23 avdd-supply:
37 - avdd-supply
54 avdd-supply = <&reg_dc1sw>;
/openbmc/linux/sound/soc/meson/
H A Dt9015.c51 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()
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad7293.yaml26 avdd-supply: true
42 - avdd-supply
56 avdd-supply = <&avdd>;
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dcypress-sf.yaml25 avdd-supply:
26 description: Regulator for AVDD analog voltage
39 - avdd-supply
57 avdd-supply = <&vreg_l6a_1p8>;
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Davia-hx711.yaml41 avdd-supply:
54 - avdd-supply
65 avdd-supply = <&avdd>;
H A Dadi,ad7192.yaml47 avdd-supply:
48 description: AVdd voltage supply
94 - avdd-supply
121 avdd-supply = <&avdd>;
H A Dadi,max11410.yaml43 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>;
H A Dadi,ad4130.yaml65 avdd-supply:
66 description: AVDD voltage supply. Can be used as reference for conversion.
84 description: Analog inputs to apply a voltage bias of (AVDD − AVSS) / 2 to.
116 20: (AVDD − AVSS)/6+
117 21: (AVDD − AVSS)/6-
137 3: AVDD/AVSS

12345678910>>...20