Home
last modified time | relevance | path

Searched refs:avdd (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/linux-6.15/Documentation/devicetree/bindings/iio/accel/
H A Dfsl,mma7455.yaml23 avdd-supply: true
62 avdd-supply = <&avdd>;
77 avdd-supply = <&avdd>;
/linux-6.15/Documentation/devicetree/bindings/iio/amplifiers/
H A Dadi,ada4250.yaml23 avdd-supply: true
33 - avdd-supply
48 avdd-supply = <&avdd>;
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p097pfg.yaml25 avdd-supply:
34 - avdd-supply
51 avdd-supply = <&avdd>;
H A Dsharp,ls043t1le01.yaml26 avdd-supply:
32 - avdd-supply
47 avdd-supply = <&pm8941_l22>;
H A Dseiko,43wvf1g.yaml25 avdd-supply:
33 - avdd-supply
44 avdd-supply = <&reg_lcd_5v>;
H A Dilitek,ili9805.yaml26 avdd-supply: true
31 - avdd-supply
51 avdd-supply = <&avdd_display>;
H A Dsynaptics,r63353.yaml25 avdd-supply: true
31 - avdd-supply
50 avdd-supply = <&avdd_display>;
H A Dnovatek,nt36672e.yaml24 avdd-supply: true
34 - avdd-supply
54 avdd-supply = <&disp_avdd>;
H A Dfeiyang,fy07024di26a30d.yaml23 avdd-supply:
37 - avdd-supply
54 avdd-supply = <&reg_dc1sw>;
H A Dfeixin,k101-im2ba02.yaml24 avdd-supply:
34 - avdd-supply
50 avdd-supply = <&reg_dc1sw>;
/linux-6.15/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>;
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-feiyang-fy07024di26a30d.c24 struct regulator *avdd; member
61 ret = regulator_enable(ctx->avdd); 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()
H A Dpanel-synaptics-r63353.c59 struct regulator *avdd; member
75 ret = regulator_enable(rpanel->avdd); 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()
H A Dpanel-seiko-43wvf1g.c49 struct regulator *avdd; member
129 regulator_disable(p->avdd); in seiko_panel_unprepare()
153 err = regulator_enable(p->avdd); 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()
H A Dpanel-ilitek-ili9805.c55 struct regulator *avdd; member
130 ret = regulator_enable(ctx->avdd); in ili9805_power_on()
139 regulator_disable(ctx->avdd); in ili9805_power_on()
155 regulator_disable(ctx->avdd); in ili9805_power_off()
329 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in ili9805_dsi_probe()
330 if (IS_ERR(ctx->avdd)) in ili9805_dsi_probe()
331 return PTR_ERR(ctx->avdd); in ili9805_dsi_probe()
H A Dpanel-mantix-mlaf057we51.c36 struct regulator *avdd; member
110 regulator_disable(ctx->avdd); in mantix_unprepare()
136 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()
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad7293.yaml26 avdd-supply: true
42 - avdd-supply
56 avdd-supply = <&avdd>;
/linux-6.15/sound/soc/meson/
H A Dt9015.c51 struct regulator *avdd; member
196 ret = regulator_enable(priv->avdd); 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.15/Documentation/devicetree/bindings/iio/adc/
H A Davia-hx711.yaml41 avdd-supply:
54 - avdd-supply
65 avdd-supply = <&avdd>;
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dsamsung,s6sy761.yaml25 avdd-supply: true
34 - avdd-supply
49 avdd-supply = <&ldo30_reg>;
H A Dgoodix,gt9916.yaml34 avdd-supply:
53 - avdd-supply
70 avdd-supply = <&ts_avdd>;
89 avdd-supply = <&ts_avdd>;
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dcypress-sf.yaml25 avdd-supply:
39 - avdd-supply
57 avdd-supply = <&vreg_l6a_1p8>;
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dasahi-kasei,ak4375.yaml25 avdd-supply:
38 - avdd-supply
53 avdd-supply = <&reg_headphones_avdd>;
/linux-6.15/Documentation/devicetree/bindings/iio/magnetometer/
H A Dvoltafield,af8133j.yaml24 avdd-supply:
40 - avdd-supply
56 avdd-supply = <&reg_dldo1>;

12345678910>>...13