Home
last modified time | relevance | path

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

1234

/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dnvidia,tegra124-xusb.txt48 - 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 …]
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-feiyang-fy07024di26a30d.c27 struct regulator *avdd; member
64 ret = regulator_enable(ctx->avdd); in feiyang_prepare()
138 regulator_disable(ctx->avdd); in feiyang_unprepare()
217 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe()
218 if (IS_ERR(ctx->avdd)) { in feiyang_dsi_probe()
220 return PTR_ERR(ctx->avdd); in feiyang_dsi_probe()
Dpanel-seiko-43wvf1g.c51 struct regulator *avdd; member
149 regulator_disable(p->avdd); in seiko_panel_unprepare()
178 err = regulator_enable(p->avdd); in seiko_panel_prepare()
264 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe()
265 if (IS_ERR(panel->avdd)) in seiko_panel_probe()
266 return PTR_ERR(panel->avdd); in seiko_panel_probe()
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dseiko,43wvf1g.txt6 - "avdd-supply": 5v analog regulator.
17 avdd-supply = <&reg_lcd_5v>;
Dfeiyang,fy07024di26a30d.txt6 - avdd-supply: analog regulator dc1 switch
16 avdd-supply = <&reg_dc1sw>;
Dinnolux,p097pfg.txt6 - avdd-supply: phandle of the regulator that provides positive voltage
19 avdd-supply = <...>;
/Linux-v5.4/drivers/staging/iio/frequency/
Dad9832.c97 struct regulator *avdd; member
316 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad9832_probe()
317 if (IS_ERR(st->avdd)) in ad9832_probe()
318 return PTR_ERR(st->avdd); in ad9832_probe()
320 ret = regulator_enable(st->avdd); in ad9832_probe()
436 regulator_disable(st->avdd); in ad9832_probe()
449 regulator_disable(st->avdd); in ad9832_remove()
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dnvidia,tegra20-pcie.txt85 - avdd-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
87 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
89 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must
95 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
97 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must
105 - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
108 - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
115 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
123 - avdd-pll-erefe-supply: Power supply for PLLE (shared with USB3). Must
128 - avdd-pll-uerefe-supply: Power supply for PLLE (shared with USB3). Must
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Dsamsung,s6sy761.txt7 - avdd-supply : analogic power supply
27 avdd-supply = <&ldo30_reg>;
Dst,stmfts.txt14 - avdd-supply : analogic power supply
37 avdd-supply = <&ldo30_reg>;
/Linux-v5.4/Documentation/devicetree/bindings/iio/magnetometer/
Dak8974.txt10 - avdd-supply: regulator supply for the analog voltage
25 avdd-supply = <&foo_reg>;
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dpcm186x.txt16 - avdd-supply: Analog core power supply (3.3v)
39 avdd-supply = <&reg_3v3_analog>;
Dtas2552.txt13 "avdd" Analog DAC Voltage
31 avdd-supply = <&reg_avdd>;
Dadi,adau1701.txt23 - avdd-supply: Power supply for AVDD, providing 3.3V
33 avdd-supply = <&vdd_3v3_reg>;
Dti,tas5086.txt34 - avdd-supply: Power supply for AVDD, providing 3.3V
45 avdd-supply = <&vdd_3v3_reg>;
Drt5663.txt13 - avdd-supply: Power supply for AVDD, providing 1.8V.
58 avdd-supply = <&pp1800_a_alc5662>;
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dov5695.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
29 avdd-supply = <&pp2800_cam>;
Dov2685.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
29 avdd-supply = <&pp2800_cam>;
/Linux-v5.4/drivers/staging/iio/adc/
Dad7192.c159 struct regulator *avdd; member
801 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad7192_probe()
802 if (IS_ERR(st->avdd)) in ad7192_probe()
803 return PTR_ERR(st->avdd); in ad7192_probe()
805 ret = regulator_enable(st->avdd); in ad7192_probe()
823 voltage_uv = regulator_get_voltage(st->avdd); in ad7192_probe()
892 regulator_disable(st->avdd); in ad7192_probe()
907 regulator_disable(st->avdd); in ad7192_remove()
/Linux-v5.4/arch/arm64/boot/dts/nvidia/
Dtegra210-p2371-2180.dts14 avdd-pll-uerefe-supply = <&avdd_1v05_pll>;
41 avdd-dsi-csi-supply = <&vdd_dsi_csi>;
Dtegra210-p3450-0000.dts33 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
70 avdd-io-supply = <&avdd_1v05>;
400 avdd-usb-supply = <&vdd_3v3_sys>;
404 avdd-pll-utmip-supply = <&vdd_1v8>;
405 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
415 avdd-pll-utmip-supply = <&vdd_1v8>;
416 avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
Dtegra186-p2771-0000.dts120 avdd-pll-erefeut-supply = <&vdd_1v8_pll>;
121 avdd-usb-supply = <&vdd_3v3_sys>;
265 avdd-io-supply = <&vdd_hdmi_1v05>;
/Linux-v5.4/arch/arm/boot/dts/
Dtegra124-nyan.dtsi404 avdd-usb-supply = <&vdd_3v3_lp0>;
405 avdd-pll-utmip-supply = <&vddio_1v8>;
406 avdd-pll-erefe-supply = <&avdd_1v05_run>;
407 avdd-usb-ss-pll-supply = <&vdd_1v05_run>;
417 avdd-pll-utmip-supply = <&vddio_1v8>;
418 avdd-pll-erefe-supply = <&avdd_1v05_run>;
419 avdd-pex-pll-supply = <&vdd_1v05_run>;
/Linux-v5.4/sound/soc/codecs/
Dtlv320aic3x.c1712 int dvdd, avdd; in aic3x_configure_ocmv() local
1723 avdd = regulator_get_voltage(aic3x->supplies[2].consumer); in aic3x_configure_ocmv()
1725 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv()
1728 avdd, dvdd); in aic3x_configure_ocmv()
1729 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv()
1731 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv()
1733 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv()
1735 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv()
1740 avdd, dvdd); in aic3x_configure_ocmv()
/Linux-v5.4/drivers/input/touchscreen/
Draydium_i2c_ts.c119 struct regulator *avdd; member
956 error = regulator_enable(ts->avdd); in raydium_i2c_power_on()
965 regulator_disable(ts->avdd); in raydium_i2c_power_on()
991 regulator_disable(ts->avdd); in raydium_i2c_power_off()
1017 ts->avdd = devm_regulator_get(&client->dev, "avdd"); in raydium_i2c_probe()
1018 if (IS_ERR(ts->avdd)) { in raydium_i2c_probe()
1019 error = PTR_ERR(ts->avdd); in raydium_i2c_probe()

1234