Home
last modified time | relevance | path

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

1234

/linux-6.12.1/drivers/gpu/drm/panel/
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()
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()
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()
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-6.12.1/sound/soc/codecs/
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()
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()
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-6.12.1/drivers/media/i2c/
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 …]
/linux-6.12.1/drivers/staging/iio/frequency/
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-6.12.1/Documentation/devicetree/bindings/sound/
Dpcm186x.txt17 - dvdd-supply: Digital core power supply
40 dvdd-supply = <&reg_3v3>;
Dtas5720.txt18 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry
26 dvdd-supply = <&vdd_3v3_reg>;
Dadi,adau1701.txt24 - dvdd-supply: Power supply for DVDD, providing 3.3V
34 dvdd-supply = <&vdd_3v3_reg>;
Dti,tas5086.txt35 - dvdd-supply: Power supply for DVDD, providing 3.3V
46 dvdd-supply = <&vdd_3v3_reg>;
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Drz-smarc-du-adv7513.dtsi50 dvdd-supply = <&reg_1p8v>;
52 dvdd-3v-supply = <&reg_3p3v>;
Dr8a77980-v3hsk.dts147 dvdd-supply = <&vcc1v8_d4>;
150 dvdd-3v-supply = <&vcc3v3_d5>;
Dr8a77970-v3msk.dts155 dvdd-supply = <&vcc_d1_8v>;
158 dvdd-3v-supply = <&vcc_d3_3v>;
/linux-6.12.1/arch/arm/boot/dts/renesas/
Dr8a7792-wheat.dts267 dvdd-supply = <&d1_8v>;
269 dvdd-3v-supply = <&d3_3v>;
302 dvdd-supply = <&d1_8v>;
304 dvdd-3v-supply = <&d3_3v>;
Diwg20d-q7-dbcm-ca.dtsi82 dvdd-supply = <&reg_1p8v>;
84 dvdd-3v-supply = <&reg_3p3v>;
Dr8a7745-iwg22d-sodimm-dbhd-ca.dts94 dvdd-supply = <&reg_1p8v>;
96 dvdd-3v-supply = <&reg_3p3v>;
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mn-bsh-smm-s2-display.dtsi20 regulator-name = "3v3-dvdd-supply";
69 dvdd-supply = <&reg_3v3_dvdd>;
Dimx8mn-beacon-kit.dts31 reg_hdmi: regulator-hdmi-dvdd {
70 dvdd-supply = <&reg_hdmi>;
Dimx8mm-beacon-kit.dts31 reg_hdmi: regulator-hdmi-dvdd {
70 dvdd-supply = <&reg_hdmi>;
/linux-6.12.1/arch/riscv/boot/dts/allwinner/
Dsun20i-d1s-mangopi-mq.dts43 reg_dvdd: dvdd {
45 regulator-name = "dvdd";
Dsun20i-d1-mangopi-mq-pro.dts43 reg_dvdd: dvdd {
45 regulator-name = "dvdd";
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dqrb5165-rb5-vision-mezzanine.dts51 dvdd-supply = <&vdc_5v>;

1234