Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
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()
205 return PTR_ERR(ctx->dvdd); in feiyang_dsi_probe()
H A Dpanel-seiko-43wvf1g.c48 struct regulator *dvdd; member
146 regulator_disable(p->dvdd); in seiko_panel_unprepare()
161 err = regulator_enable(p->dvdd); in seiko_panel_prepare()
181 regulator_disable(p->dvdd); in seiko_panel_prepare()
246 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe()
247 if (IS_ERR(panel->dvdd)) in seiko_panel_probe()
248 return PTR_ERR(panel->dvdd); in seiko_panel_probe()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dadau7118.c39 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()
457 ret = regulator_disable(st->dvdd); in adau7118_regulator_disable()
473 st->dvdd = devm_regulator_get(st->dev, "dvdd"); in adau7118_regulator_setup()
474 if (IS_ERR(st->dvdd)) { in adau7118_regulator_setup()
476 PTR_ERR(st->dvdd)); in adau7118_regulator_setup()
477 return PTR_ERR(st->dvdd); in adau7118_regulator_setup()
/OK3568_Linux_fs/kernel/drivers/staging/iio/frequency/
H A Dad9832.c98 struct regulator *dvdd; member
326 st->dvdd = devm_regulator_get(&spi->dev, "dvdd"); in ad9832_probe()
327 if (IS_ERR(st->dvdd)) { in ad9832_probe()
328 ret = PTR_ERR(st->dvdd); in ad9832_probe()
332 ret = regulator_enable(st->dvdd); in ad9832_probe()
433 regulator_disable(st->dvdd); in ad9832_probe()
447 regulator_disable(st->dvdd); in ad9832_remove()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/magnetometer/
H A Dak8974.txt14 - dvdd-supply: regulator supply for the digital voltage
28 dvdd-supply = <&bar_reg>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dtas5720.txt16 - dvdd-supply : phandle to a 3.3-V supply for the digital circuitry
24 dvdd-supply = <&vdd_3v3_reg>;
H A Dpcm186x.txt17 - dvdd-supply: Digital core power supply
40 dvdd-supply = <&reg_3v3>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dov7725.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
30 dvdd-supply = <&vcc1v8_dvp>;
H A Dov2735.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
30 dvdd-supply = <&vcc1v8_dvp>;
H A Dov7750.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
30 dvdd-supply = <&vcc1v8_dvp>;
H A Dimx323.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
24 dvdd-supply = <&vdd1v5_dvp>;
H A Dov5695.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
31 dvdd-supply = <&pp1250_cam>;
H A Dgc4c33.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
28 dvdd-supply = <&vcc_dvdd>;
H A Dgc2093.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
31 dvdd-supply = <&vcc_dvdd>;
H A Dov2685.txt9 - dvdd-supply: Digital core voltage supply, 1.8 volts
31 dvdd-supply = <&pp1800>;
H A Dgc4663.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
28 dvdd-supply = <&vcc_dvdd>;
H A Dgc2053.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
32 dvdd-supply = <&vcc_dvdd>;
H A Dov12d2q.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
30 dvdd-supply = <&vcc_dvdd>;
H A Dov2775.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
30 dvdd-supply = <&vcc_dvdd>;
H A Dimx378.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
33 dvdd-supply = <&vcc_dvdd>;
H A Dos05a20.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
33 dvdd-supply = <&vcc_dvdd>;
H A Dsc200ai.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
33 dvdd-supply = <&vcc_dvdd>;
H A Dov4688.txt9 - dvdd-supply: Digital core voltage supply, 1.2 volts
33 dvdd-supply = <&vcc_dvdd>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1109-evb-ddr3-v12-facial-gate.dts26 vcc1v2_dvdd: vcc1v2-dvdd {
91 dvdd-supply = <&vcc_dvdd>;
123 dvdd-supply = <&vcc1v2_dvdd>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3326-863-lp3-v10-rkisp1.dts33 dvdd-supply = <&vcc1v8_dvp>;
59 dvdd-supply = <&vcc1v8_dvp>;

12345