Searched refs:vddi (Results 1 – 14 of 14) sorted by relevance
38 struct regulator *vddi; member138 regulator_disable(ctx->vddi); in mantix_unprepare()152 ret = regulator_enable(ctx->vddi); in mantix_prepare()295 ctx->vddi = devm_regulator_get(dev, "vddi"); in mantix_probe()296 if (IS_ERR(ctx->vddi)) in mantix_probe()297 return dev_err_probe(dev, PTR_ERR(ctx->vddi), "Failed to request vddi regulator\n"); in mantix_probe()
27 vddi-supply:28 description: regulator that supplies the vddi voltage51 vddi-supply = <&foo>;
29 vddi-supply:30 description: regulator that supplies the vddi voltage50 vddi-supply = <&ab8500_ldo_aux6_reg>;
36 vddi-supply:52 - vddi-supply69 vddi-supply = <®_1v8_p>;
39 vddi-supply:46 the vddi-supply property specifies the supply powering the panel as a52 used in addition to vddi-supply. Both supplies will be enabled at the
47 vddi-supply:50 vddi-led-supply:
28 vddi-supply:
88 vddi-supply = <&ab8500_ldo_aux1_reg>;
162 vddi-supply = <&ab8500_ldo_aux1_reg>;
236 vddi-supply = <&vio>;
483 vddi-supply = <&ab8500_ldo_aux6_reg>;
214 vddi-supply = <&lcd_regulator>;
497 vddi-supply = <&lcd_1v8_reg>;
1172 vddi-supply = <®_lcd_1v8>;
Completed in 17 milliseconds