| /linux-6.15/Documentation/devicetree/bindings/iio/accel/ |
| H A D | fsl,mma7455.yaml | 23 avdd-supply: true 62 avdd-supply = <&avdd>; 77 avdd-supply = <&avdd>;
|
| /linux-6.15/Documentation/devicetree/bindings/iio/amplifiers/ |
| H A D | adi,ada4250.yaml | 23 avdd-supply: true 33 - avdd-supply 48 avdd-supply = <&avdd>;
|
| /linux-6.15/Documentation/devicetree/bindings/display/panel/ |
| H A D | innolux,p097pfg.yaml | 25 avdd-supply: 34 - avdd-supply 51 avdd-supply = <&avdd>;
|
| H A D | sharp,ls043t1le01.yaml | 26 avdd-supply: 32 - avdd-supply 47 avdd-supply = <&pm8941_l22>;
|
| H A D | seiko,43wvf1g.yaml | 25 avdd-supply: 33 - avdd-supply 44 avdd-supply = <®_lcd_5v>;
|
| H A D | ilitek,ili9805.yaml | 26 avdd-supply: true 31 - avdd-supply 51 avdd-supply = <&avdd_display>;
|
| H A D | synaptics,r63353.yaml | 25 avdd-supply: true 31 - avdd-supply 50 avdd-supply = <&avdd_display>;
|
| H A D | novatek,nt36672e.yaml | 24 avdd-supply: true 34 - avdd-supply 54 avdd-supply = <&disp_avdd>;
|
| H A D | feiyang,fy07024di26a30d.yaml | 23 avdd-supply: 37 - avdd-supply 54 avdd-supply = <®_dc1sw>;
|
| H A D | feixin,k101-im2ba02.yaml | 24 avdd-supply: 34 - avdd-supply 50 avdd-supply = <®_dc1sw>;
|
| /linux-6.15/Documentation/devicetree/bindings/usb/ |
| H A 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>;
|
| H A 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.15/drivers/gpu/drm/panel/ |
| H A D | panel-feiyang-fy07024di26a30d.c | 24 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 D | panel-synaptics-r63353.c | 59 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 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() 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 D | panel-ilitek-ili9805.c | 55 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 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() 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 D | adi,ad7293.yaml | 26 avdd-supply: true 42 - avdd-supply 56 avdd-supply = <&avdd>;
|
| /linux-6.15/sound/soc/meson/ |
| H A D | t9015.c | 51 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 D | avia-hx711.yaml | 41 avdd-supply: 54 - avdd-supply 65 avdd-supply = <&avdd>;
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | samsung,s6sy761.yaml | 25 avdd-supply: true 34 - avdd-supply 49 avdd-supply = <&ldo30_reg>;
|
| H A D | goodix,gt9916.yaml | 34 avdd-supply: 53 - avdd-supply 70 avdd-supply = <&ts_avdd>; 89 avdd-supply = <&ts_avdd>;
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | cypress-sf.yaml | 25 avdd-supply: 39 - avdd-supply 57 avdd-supply = <&vreg_l6a_1p8>;
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | asahi-kasei,ak4375.yaml | 25 avdd-supply: 38 - avdd-supply 53 avdd-supply = <®_headphones_avdd>;
|
| /linux-6.15/Documentation/devicetree/bindings/iio/magnetometer/ |
| H A D | voltafield,af8133j.yaml | 24 avdd-supply: 40 - avdd-supply 56 avdd-supply = <®_dldo1>;
|