/openbmc/linux/drivers/gpu/drm/panel/ |
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-seiko-43wvf1g.c | 50 struct regulator *dvdd; member 151 regulator_disable(p->dvdd); in seiko_panel_unprepare() 166 err = regulator_enable(p->dvdd); in seiko_panel_prepare() 188 regulator_disable(p->dvdd); in seiko_panel_prepare() 253 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe() 254 if (IS_ERR(panel->dvdd)) in seiko_panel_probe() 255 return PTR_ERR(panel->dvdd); in seiko_panel_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | adau7118.c | 39 struct regulator *dvdd; member 348 ret = regulator_enable(st->dvdd); in adau7118_set_bias_level() 364 ret = regulator_disable(st->dvdd); in adau7118_set_bias_level() 456 st->dvdd = devm_regulator_get(st->dev, "dvdd"); in adau7118_regulator_setup() 457 if (IS_ERR(st->dvdd)) { in adau7118_regulator_setup() 459 PTR_ERR(st->dvdd)); in adau7118_regulator_setup() 460 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 | 1595 int dvdd, avdd; in aic31xx_configure_ocmv() local 1608 dvdd = regulator_get_voltage(priv->supplies[5].consumer); in aic31xx_configure_ocmv() 1610 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv() 1613 avdd, dvdd); in aic31xx_configure_ocmv() 1614 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv() 1616 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv() 1618 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv() 1620 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv() 1625 avdd, dvdd); in aic31xx_configure_ocmv()
|
/openbmc/linux/drivers/staging/iio/frequency/ |
H A D | ad9832.c | 98 struct regulator *dvdd; member 342 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad9832_probe() 343 if (IS_ERR(st->dvdd)) in ad9832_probe() 344 return PTR_ERR(st->dvdd); in ad9832_probe() 346 ret = regulator_enable(st->dvdd); in ad9832_probe() 352 ret = devm_add_action_or_reset(&spi->dev, ad9832_reg_disable, st->dvdd); in ad9832_probe()
|
/openbmc/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>;
|
/openbmc/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";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
H A D | imx8mn-beacon-kit.dts | 31 reg_hdmi: regulator-hdmi-dvdd { 70 dvdd-supply = <®_hdmi>;
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a77980-v3hsk.dts | 147 dvdd-supply = <&vcc1v8_d4>; 150 dvdd-3v-supply = <&vcc3v3_d5>;
|
H A D | r8a77970-v3msk.dts | 155 dvdd-supply = <&vcc_d1_8v>; 158 dvdd-3v-supply = <&vcc_d3_3v>;
|
H A D | condor-common.dtsi | 202 dvdd-supply = <&d1_8v>; 205 dvdd-3v-supply = <&d3_3v>;
|
H A D | ulcb-kf.dtsi | 161 dvdd-supply = <&hdmi_1v8>; 163 dvdd-3v-supply = <&hdmi_3v3>;
|
H A D | rzg2lc-smarc.dtsi | 88 dvdd-supply = <®_1p8v>;
|
H A D | rzg2l-smarc.dtsi | 72 dvdd-supply = <®_1p8v>;
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qrb5165-rb5-vision-mezzanine.dts | 51 dvdd-supply = <&vdc_5v>;
|
H A D | sdm845-db845c-navigation-mezzanine.dtso | 59 dvdd-supply = <&cam0_dvdd_1v2>;
|
H A D | msm8998-sony-xperia-yoshino-maple.dts | 16 disp_dvdd_vreg: disp-dvdd-vreg {
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-scarlet.dtsi | 29 pp1250_cam: pp1250-dvdd { 312 dvdd-supply = <&pp1250_cam>; 336 dvdd-supply = <&pp1800_s0>; 810 pp1250_cam_en: pp1250-dvdd {
|
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx23-evk.dts | 44 dvdd-supply = <®_lcd_3v3>;
|