Searched refs:vddi_supply (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-ls060t1sx01.c22 struct regulator *vddi_supply; member in struct:sharp_ls060
103 ret = regulator_enable(ctx->vddi_supply);
149 regulator_disable(ctx->vddi_supply);
173 regulator_disable(ctx->vddi_supply);
227 ctx->vddi_supply = devm_regulator_get(dev, "vddi");
228 if (IS_ERR(ctx->vddi_supply))
229 return PTR_ERR(ctx->vddi_supply);

Completed in 112 milliseconds