/Linux-v6.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 | 49 struct regulator *dvdd; member 147 regulator_disable(p->dvdd); in seiko_panel_unprepare() 162 err = regulator_enable(p->dvdd); in seiko_panel_prepare() 182 regulator_disable(p->dvdd); in seiko_panel_prepare() 247 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe() 248 if (IS_ERR(panel->dvdd)) in seiko_panel_probe() 249 return PTR_ERR(panel->dvdd); in seiko_panel_probe()
|
/Linux-v6.1/sound/soc/codecs/ |
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 ret = regulator_disable(st->dvdd); in adau7118_regulator_disable() 472 st->dvdd = devm_regulator_get(st->dev, "dvdd"); in adau7118_regulator_setup() 473 if (IS_ERR(st->dvdd)) { in adau7118_regulator_setup() 475 PTR_ERR(st->dvdd)); in adau7118_regulator_setup() 476 return PTR_ERR(st->dvdd); in adau7118_regulator_setup()
|
D | tlv320aic3x.c | 1706 int dvdd, avdd; in aic3x_configure_ocmv() local 1716 dvdd = regulator_get_voltage(aic3x->supplies[1].consumer); in aic3x_configure_ocmv() 1719 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv() 1722 avdd, dvdd); in aic3x_configure_ocmv() 1723 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv() 1725 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv() 1727 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv() 1729 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv() 1734 avdd, dvdd); in aic3x_configure_ocmv()
|
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()
|
/Linux-v6.1/drivers/staging/iio/frequency/ |
D | ad9832.c | 98 struct regulator *dvdd; member 339 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad9832_probe() 340 if (IS_ERR(st->dvdd)) in ad9832_probe() 341 return PTR_ERR(st->dvdd); in ad9832_probe() 343 ret = regulator_enable(st->dvdd); in ad9832_probe() 349 ret = devm_add_action_or_reset(&spi->dev, ad9832_reg_disable, st->dvdd); in ad9832_probe()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | tas5720.txt | 16 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry 24 dvdd-supply = <&vdd_3v3_reg>;
|
D | pcm186x.txt | 17 - dvdd-supply: Digital core power supply 40 dvdd-supply = <®_3v3>;
|
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-v6.1/arch/arm64/boot/dts/qcom/ |
D | msm8998-sony-xperia-yoshino-maple.dts | 16 disp_dvdd_vreg: disp-dvdd-vreg { 41 disp_dvdd_en: disp-dvdd-en-active-state {
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | ov2685.txt | 9 - dvdd-supply: Digital core voltage supply, 1.8 volts 31 dvdd-supply = <&pp1800>;
|
D | ov5695.txt | 9 - dvdd-supply: Digital core voltage supply, 1.2 volts 31 dvdd-supply = <&pp1250_cam>;
|
/Linux-v6.1/drivers/iio/adc/ |
D | ad7192.c | 180 struct regulator *dvdd; member 1018 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad7192_probe() 1019 if (IS_ERR(st->dvdd)) in ad7192_probe() 1020 return PTR_ERR(st->dvdd); in ad7192_probe() 1022 ret = regulator_enable(st->dvdd); in ad7192_probe() 1028 ret = devm_add_action_or_reset(&spi->dev, ad7192_reg_disable, st->dvdd); in ad7192_probe()
|
/Linux-v6.1/arch/arm64/boot/dts/renesas/ |
D | r8a77980-v3hsk.dts | 146 dvdd-supply = <&vcc1v8_d4>; 149 dvdd-3v-supply = <&vcc3v3_d5>;
|
D | r8a77970-v3msk.dts | 155 dvdd-supply = <&vcc_d1_8v>; 158 dvdd-3v-supply = <&vcc_d3_3v>;
|
D | condor-common.dtsi | 201 dvdd-supply = <&d1_8v>; 204 dvdd-3v-supply = <&d3_3v>;
|
D | ulcb-kf.dtsi | 158 dvdd-supply = <&hdmi_1v8>; 160 dvdd-3v-supply = <&hdmi_3v3>;
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-scarlet.dtsi | 29 pp1250_cam: pp1250-dvdd { 313 dvdd-supply = <&pp1250_cam>; 337 dvdd-supply = <&pp1800_s0>; 811 pp1250_cam_en: pp1250-dvdd {
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx23-evk.dts | 44 dvdd-supply = <®_lcd_3v3>;
|
D | stm32mp15xx-dhcor-avenger96.dtsi | 285 dvdd-supply = <&v3v3>; 287 dvdd-3v-supply = <&v3v3>;
|
D | imx6dl-mamoj.dts | 69 reg_lcd_3v3: regulator-lcd-dvdd { 71 regulator-name = "lcd-dvdd";
|
/Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinetab.dts | 168 dvdd-supply = <®_dc1sw>; 390 regulator-name = "dvdd-1v8-csi";
|
D | sun50i-a100-allwinner-perf1.dts | 148 regulator-name = "dvdd-csi";
|
/Linux-v6.1/drivers/media/i2c/ |
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() 2492 sensor->dvdd = devm_regulator_get(dev, "dvdd"); in ov5648_probe() 2493 if (IS_ERR(sensor->dvdd)) { in ov5648_probe() 2495 ret = PTR_ERR(sensor->dvdd); in ov5648_probe()
|