Searched refs:vddi (Results 1 – 6 of 6) sorted by relevance
36 struct regulator *vddi; member142 regulator_disable(ctx->vddi); in mantix_unprepare()156 ret = regulator_enable(ctx->vddi); in mantix_prepare()275 ctx->vddi = devm_regulator_get(dev, "vddi"); in mantix_probe()276 if (IS_ERR(ctx->vddi)) in mantix_probe()277 return dev_err_probe(dev, PTR_ERR(ctx->vddi), "Failed to request vddi regulator\n"); in mantix_probe()
64 struct regulator *vddi; member617 if (ddata->vddi) { in dsicm_power_on()618 r = regulator_enable(ddata->vddi); in dsicm_power_on()699 if (ddata->vddi) in dsicm_power_on()700 regulator_disable(ddata->vddi); in dsicm_power_on()727 if (ddata->vddi) in dsicm_power_off()728 regulator_disable(ddata->vddi); in dsicm_power_off()1211 ddata->vddi = devm_regulator_get_optional(&pdev->dev, "vddi"); in dsicm_probe_of()1212 if (IS_ERR(ddata->vddi)) { in dsicm_probe_of()1213 err = PTR_ERR(ddata->vddi); in dsicm_probe_of()[all …]
61 vddi-supply = <&ab8500_ldo_aux1_reg>;
236 vddi-supply = <&vio>;
400 vddi-supply = <&ab8500_ldo_aux6_reg>;
214 vddi-supply = <&lcd_regulator>;