Home
last modified time | relevance | path

Searched refs:dvdd (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/gpu/drm/panel/
H A Dpanel-seiko-43wvf1g.c48 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 Dpanel-feiyang-fy07024di26a30d.c23 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 Dpanel-synaptics-r63353.c58 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 Dpanel-ilitek-ili9805.c54 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 Dadau7118.c39 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 Dtlv320aic3x.c1694 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 Dtlv320aic31xx.c1596 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 Dog01a1b.c428 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 Dov5648.c650 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 Dad9832.c98 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 Dpcm186x.txt17 - dvdd-supply: Digital core power supply
40 dvdd-supply = <&reg_3v3>;
H A Dtas5720.txt18 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry
26 dvdd-supply = <&vdd_3v3_reg>;
H A Dadi,adau1701.txt24 - dvdd-supply: Power supply for DVDD, providing 3.3V
34 dvdd-supply = <&vdd_3v3_reg>;
H A Dti,tas5086.txt35 - dvdd-supply: Power supply for DVDD, providing 3.3V
46 dvdd-supply = <&vdd_3v3_reg>;
/linux/arch/arm64/boot/dts/renesas/
H A Drz-smarc-du-adv7513.dtsi50 dvdd-supply = <&reg_1p8v>;
52 dvdd-3v-supply = <&reg_3p3v>;
/linux/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1s-mangopi-mq.dts43 reg_dvdd: dvdd {
45 regulator-name = "dvdd";
H A Dsun20i-d1-mangopi-mq-pro.dts43 reg_dvdd: dvdd {
45 regulator-name = "dvdd";
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-beacon-kit.dts31 reg_hdmi: regulator-hdmi-dvdd {
70 dvdd-supply = <&reg_hdmi>;
H A Dimx8mm-beacon-kit.dts31 reg_hdmi: regulator-hdmi-dvdd {
70 dvdd-supply = <&reg_hdmi>;
H A Dimx8mn-ddr3l-evk.dts119 dvdd-supply = <&buck5>;
H A Dimx8mn-evk.dts132 dvdd-supply = <&buck5>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-scarlet.dtsi29 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 Dimx23-evk.dts44 dvdd-supply = <&reg_lcd_3v3>;
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-sony-xperia-yoshino-maple.dts16 disp_dvdd_vreg: disp-dvdd-vreg {
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinetab.dts168 dvdd-supply = <&reg_dc1sw>;
390 regulator-name = "dvdd-1v8-csi";

123