Lines Matching refs:iovcc
37 struct regulator *iovcc;
471 regulator_disable(ctx->iovcc);
489 dsi_ctx.accum_err = regulator_enable(ctx->iovcc);
491 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", dsi_ctx.accum_err);
513 regulator_disable(ctx->iovcc);
569 ctx->iovcc = devm_regulator_get(dev, "iovcc");
570 if (IS_ERR(ctx->iovcc))
571 return dev_err_probe(dev, PTR_ERR(ctx->iovcc),
572 "Failed to request iovcc regulator\n");