| /Linux-v4.19/drivers/gpu/drm/panel/ |
| D | panel-seiko-43wvf1g.c | 51 struct regulator *dvdd; member 155 regulator_disable(p->dvdd); in seiko_panel_unprepare() 170 err = regulator_enable(p->dvdd); in seiko_panel_prepare() 190 regulator_disable(p->dvdd); in seiko_panel_prepare() 261 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe() 262 if (IS_ERR(panel->dvdd)) in seiko_panel_probe() 263 return PTR_ERR(panel->dvdd); in seiko_panel_probe()
|
| /Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
| D | seiko,43wvf1g.txt | 5 - "dvdd-supply": 3v3 digital regulator. 16 dvdd-supply = <®_lcd_3v3>;
|
| /Linux-v4.19/drivers/staging/iio/frequency/ |
| D | ad9832.c | 96 struct regulator *dvdd; member 324 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad9832_probe() 325 if (IS_ERR(st->dvdd)) { in ad9832_probe() 326 ret = PTR_ERR(st->dvdd); in ad9832_probe() 330 ret = regulator_enable(st->dvdd); in ad9832_probe() 421 regulator_disable(st->dvdd); in ad9832_probe() 434 regulator_disable(st->dvdd); in ad9832_remove()
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/magnetometer/ |
| D | ak8974.txt | 12 - dvdd-supply: regulator supply for the digital voltage 26 dvdd-supply = <&bar_reg>;
|
| /Linux-v4.19/Documentation/devicetree/bindings/sound/ |
| D | tas5720.txt | 16 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry 24 dvdd-supply = <&vdd_3v3_reg>;
|
| D | pcm186x.txt | 17 - dvdd-supply: Digital core power supply 40 dvdd-supply = <®_3v3>;
|
| D | adi,adau1701.txt | 24 - dvdd-supply: Power supply for DVDD, providing 3.3V 34 dvdd-supply = <&vdd_3v3_reg>;
|
| D | ti,tas5086.txt | 35 - dvdd-supply: Power supply for DVDD, providing 3.3V 46 dvdd-supply = <&vdd_3v3_reg>;
|
| /Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
| D | ov2685.txt | 9 - dvdd-supply: Digital core voltage supply, 1.8 volts 31 dvdd-supply = <&pp1800>;
|
| D | ov5695.txt | 9 - dvdd-supply: Digital core voltage supply, 1.2 volts 31 dvdd-supply = <&pp1250_cam>;
|
| /Linux-v4.19/drivers/staging/iio/adc/ |
| D | ad7192.c | 158 struct regulator *dvdd; member 663 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad7192_probe() 664 if (IS_ERR(st->dvdd)) { in ad7192_probe() 665 ret = PTR_ERR(st->dvdd); in ad7192_probe() 669 ret = regulator_enable(st->dvdd); in ad7192_probe() 724 regulator_disable(st->dvdd); in ad7192_probe() 739 regulator_disable(st->dvdd); in ad7192_remove()
|
| /Linux-v4.19/sound/soc/codecs/ |
| D | tlv320aic3x.c | 1711 int dvdd, avdd; in aic3x_configure_ocmv() local 1721 dvdd = regulator_get_voltage(aic3x->supplies[1].consumer); in aic3x_configure_ocmv() 1724 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv() 1727 avdd, dvdd); in aic3x_configure_ocmv() 1728 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv() 1730 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv() 1732 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv() 1734 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv() 1739 avdd, dvdd); in aic3x_configure_ocmv()
|
| /Linux-v4.19/arch/arm64/boot/dts/renesas/ |
| D | r8a77970-v3msk.dts | 151 dvdd-supply = <&vcc_d1_8v>; 154 dvdd-3v-supply = <&vcc_d3_3v>;
|
| /Linux-v4.19/arch/arm64/boot/dts/nvidia/ |
| D | tegra210-p2371-2180.dts | 17 dvdd-pex-pll-supply = <&vdd_pex_1v05>;
|
| D | tegra186-p2771-0000.dts | 56 dvdd-pex-supply = <&vdd_pex>;
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | imx23-evk.dts | 43 dvdd-supply = <®_lcd_3v3>;
|
| D | imx6dl-mamoj.dts | 63 reg_lcd_3v3: regulator-lcd-dvdd { 65 regulator-name = "lcd-dvdd";
|
| D | sun8i-a83t-tbs-a711.dts | 339 regulator-name = "dvdd-csi-r"; 351 regulator-name = "dvdd-csi-f";
|
| D | ste-href-tvk1281618.dtsi | 151 dvdd-supply = <&db8500_vsmps2_reg>;
|
| /Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
| D | adi,adv7511.txt | 48 - dvdd-supply: A 1.8V supply that powers up the DVDD pin on the chip. 50 - dvdd-3v-supply: A 3.3V supply that powers up the pin called DVDD_3V
|
| /Linux-v4.19/Documentation/devicetree/bindings/pci/ |
| D | nvidia,tegra20-pcie.txt | 125 - dvdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 134 - dvdd-pex-supply: Power supply for digital PCIe I/O. Must supply 1.05 V. 545 dvdd-pex-pll-supply = <&vdd_pex_1v05>; 655 dvdd-pex-supply = <&vdd_pex>;
|
| /Linux-v4.19/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-a64-amarula-relic.dts | 179 regulator-name = "dvdd-csi";
|
| D | sun50i-a64-teres-i.dts | 232 regulator-name = "vcc-dvdd-csi";
|
| D | sun50i-a64-olinuxino.dts | 192 regulator-name = "vcc-dvdd-csi";
|
| /Linux-v4.19/Documentation/devicetree/bindings/usb/ |
| D | nvidia,tegra124-xusb.txt | 60 - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V.
|