/linux-6.12.1/drivers/gpu/drm/panel/ |
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()
|
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()
|
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()
|
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-6.12.1/sound/soc/codecs/ |
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()
|
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()
|
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-6.12.1/drivers/media/i2c/ |
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 …]
|
/linux-6.12.1/drivers/staging/iio/frequency/ |
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-6.12.1/Documentation/devicetree/bindings/sound/ |
D | pcm186x.txt | 17 - dvdd-supply: Digital core power supply 40 dvdd-supply = <®_3v3>;
|
D | tas5720.txt | 18 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry 26 dvdd-supply = <&vdd_3v3_reg>;
|
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-6.12.1/arch/arm64/boot/dts/renesas/ |
D | rz-smarc-du-adv7513.dtsi | 50 dvdd-supply = <®_1p8v>; 52 dvdd-3v-supply = <®_3p3v>;
|
D | r8a77980-v3hsk.dts | 147 dvdd-supply = <&vcc1v8_d4>; 150 dvdd-3v-supply = <&vcc3v3_d5>;
|
D | r8a77970-v3msk.dts | 155 dvdd-supply = <&vcc_d1_8v>; 158 dvdd-3v-supply = <&vcc_d3_3v>;
|
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r8a7792-wheat.dts | 267 dvdd-supply = <&d1_8v>; 269 dvdd-3v-supply = <&d3_3v>; 302 dvdd-supply = <&d1_8v>; 304 dvdd-3v-supply = <&d3_3v>;
|
D | iwg20d-q7-dbcm-ca.dtsi | 82 dvdd-supply = <®_1p8v>; 84 dvdd-3v-supply = <®_3p3v>;
|
D | r8a7745-iwg22d-sodimm-dbhd-ca.dts | 94 dvdd-supply = <®_1p8v>; 96 dvdd-3v-supply = <®_3p3v>;
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mn-bsh-smm-s2-display.dtsi | 20 regulator-name = "3v3-dvdd-supply"; 69 dvdd-supply = <®_3v3_dvdd>;
|
D | imx8mn-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
D | imx8mm-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
/linux-6.12.1/arch/riscv/boot/dts/allwinner/ |
D | sun20i-d1s-mangopi-mq.dts | 43 reg_dvdd: dvdd { 45 regulator-name = "dvdd";
|
D | sun20i-d1-mangopi-mq-pro.dts | 43 reg_dvdd: dvdd { 45 regulator-name = "dvdd";
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | qrb5165-rb5-vision-mezzanine.dts | 51 dvdd-supply = <&vdc_5v>;
|