/linux/drivers/gpu/drm/panel/ |
H A D | panel-seiko-43wvf1g.c | 48 struct regulator *dvdd; member 134 regulator_disable(p->dvdd); in seiko_panel_unprepare() 144 err = regulator_enable(p->dvdd); in seiko_panel_prepare() 164 regulator_disable(p->dvdd); in seiko_panel_prepare() 213 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe() 214 if (IS_ERR(panel->dvdd)) in seiko_panel_probe() 215 return PTR_ERR(panel->dvdd); in seiko_panel_probe()
|
H A D | panel-feiyang-fy07024di26a30d.c | 23 struct regulator *dvdd; member 54 ret = regulator_enable(ctx->dvdd); in feiyang_prepare() 136 regulator_disable(ctx->dvdd); in feiyang_unprepare() 202 ctx->dvdd = devm_regulator_get(&dsi->dev, "dvdd"); in feiyang_dsi_probe() 203 if (IS_ERR(ctx->dvdd)) in feiyang_dsi_probe() 204 return dev_err_probe(&dsi->dev, PTR_ERR(ctx->dvdd), in feiyang_dsi_probe()
|
H A D | panel-synaptics-r63353.c | 58 struct regulator *dvdd; member 83 ret = regulator_enable(rpanel->dvdd); in r63353_panel_power_on() 100 regulator_disable(rpanel->dvdd); in r63353_panel_power_off() 278 panel->dvdd = devm_regulator_get(dev, "dvdd"); in r63353_panel_probe() 279 if (IS_ERR(panel->dvdd)) in r63353_panel_probe() 280 return PTR_ERR(panel->dvdd); in r63353_panel_probe()
|
H A D | panel-ilitek-ili9805.c | 54 struct regulator *dvdd; member 136 ret = regulator_enable(ctx->dvdd); in ili9805_power_on() 154 regulator_disable(ctx->dvdd); in ili9805_power_off() 326 ctx->dvdd = devm_regulator_get(&dsi->dev, "dvdd"); in ili9805_dsi_probe() 327 if (IS_ERR(ctx->dvdd)) in ili9805_dsi_probe() 328 return PTR_ERR(ctx->dvdd); in ili9805_dsi_probe()
|
/linux/sound/soc/codecs/ |
H A D | adau7118.c | 39 struct regulator *dvdd; member 350 ret = regulator_enable(st->dvdd); in adau7118_set_bias_level() 366 ret = regulator_disable(st->dvdd); in adau7118_set_bias_level() 458 st->dvdd = devm_regulator_get(st->dev, "dvdd"); in adau7118_regulator_setup() 459 if (IS_ERR(st->dvdd)) { in adau7118_regulator_setup() 461 PTR_ERR(st->dvdd)); in adau7118_regulator_setup() 462 return PTR_ERR(st->dvdd); in adau7118_regulator_setup()
|
H A D | tlv320aic3x.c | 1694 int dvdd, avdd; in aic3x_configure_ocmv() local 1704 dvdd = regulator_get_voltage(aic3x->supplies[1].consumer); in aic3x_configure_ocmv() 1707 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv() 1710 avdd, dvdd); in aic3x_configure_ocmv() 1711 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv() 1713 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv() 1715 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv() 1717 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv() 1722 avdd, dvdd); in aic3x_configure_ocmv()
|
H A D | tlv320aic31xx.c | 1596 int dvdd, avdd; in aic31xx_configure_ocmv() local 1609 dvdd = regulator_get_voltage(priv->supplies[5].consumer); in aic31xx_configure_ocmv() 1611 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv() 1614 avdd, dvdd); in aic31xx_configure_ocmv() 1615 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv() 1617 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv() 1619 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv() 1621 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv() 1626 avdd, dvdd); in aic31xx_configure_ocmv()
|
/linux/drivers/media/i2c/ |
H A D | og01a1b.c | 428 struct regulator *dvdd; member 1004 if (og01a1b->dvdd) { in og01a1b_power_on() 1005 ret = regulator_enable(og01a1b->dvdd); in og01a1b_power_on() 1024 if (og01a1b->dvdd) in og01a1b_power_on() 1025 regulator_disable(og01a1b->dvdd); in og01a1b_power_on() 1049 if (og01a1b->dvdd) in og01a1b_power_off() 1050 regulator_disable(og01a1b->dvdd); in og01a1b_power_off() 1129 og01a1b->dvdd = devm_regulator_get_optional(&client->dev, "dvdd"); in og01a1b_probe() 1130 if (IS_ERR(og01a1b->dvdd)) { in og01a1b_probe() 1131 ret = PTR_ERR(og01a1b->dvdd); in og01a1b_probe() [all …]
|
H A D | ov5648.c | 650 struct regulator *dvdd; member 1897 ret = regulator_enable(sensor->dvdd); in ov5648_sensor_power() 1924 regulator_disable(sensor->dvdd); in ov5648_sensor_power() 2500 sensor->dvdd = devm_regulator_get(dev, "dvdd"); in ov5648_probe() 2501 if (IS_ERR(sensor->dvdd)) { in ov5648_probe() 2503 ret = PTR_ERR(sensor->dvdd); in ov5648_probe()
|
/linux/drivers/staging/iio/frequency/ |
H A D | ad9832.c | 98 struct regulator *dvdd; member 337 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad9832_probe() 338 if (IS_ERR(st->dvdd)) in ad9832_probe() 339 return PTR_ERR(st->dvdd); in ad9832_probe() 341 ret = regulator_enable(st->dvdd); in ad9832_probe() 347 ret = devm_add_action_or_reset(&spi->dev, ad9832_reg_disable, st->dvdd); in ad9832_probe()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | pcm186x.txt | 17 - dvdd-supply: Digital core power supply 40 dvdd-supply = <®_3v3>;
|
H A D | tas5720.txt | 18 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry 26 dvdd-supply = <&vdd_3v3_reg>;
|
H A D | adi,adau1701.txt | 24 - dvdd-supply: Power supply for DVDD, providing 3.3V 34 dvdd-supply = <&vdd_3v3_reg>;
|
H A D | ti,tas5086.txt | 35 - dvdd-supply: Power supply for DVDD, providing 3.3V 46 dvdd-supply = <&vdd_3v3_reg>;
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | rz-smarc-du-adv7513.dtsi | 50 dvdd-supply = <®_1p8v>; 52 dvdd-3v-supply = <®_3p3v>;
|
/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1s-mangopi-mq.dts | 43 reg_dvdd: dvdd { 45 regulator-name = "dvdd";
|
H A D | sun20i-d1-mangopi-mq-pro.dts | 43 reg_dvdd: dvdd { 45 regulator-name = "dvdd";
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
H A D | imx8mm-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
H A D | imx8mn-ddr3l-evk.dts | 119 dvdd-supply = <&buck5>;
|
H A D | imx8mn-evk.dts | 132 dvdd-supply = <&buck5>;
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-scarlet.dtsi | 29 pp1250_cam: regulator-pp1250-dvdd { 312 dvdd-supply = <&pp1250_cam>; 336 dvdd-supply = <&pp1800_s0>; 809 pp1250_cam_en: pp1250-dvdd {
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx23-evk.dts | 44 dvdd-supply = <®_lcd_3v3>;
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998-sony-xperia-yoshino-maple.dts | 16 disp_dvdd_vreg: disp-dvdd-vreg {
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-pinetab.dts | 168 dvdd-supply = <®_dc1sw>; 390 regulator-name = "dvdd-1v8-csi";
|