Searched refs:vddh_supply (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-ls060t1sx01.c23 struct regulator *vddh_supply; member in struct:sharp_ls060
119 ret = regulator_enable(ctx->vddh_supply);
136 regulator_disable(ctx->vddh_supply);
164 regulator_disable(ctx->vddh_supply);
231 ctx->vddh_supply = devm_regulator_get(dev, "vddh");
232 if (IS_ERR(ctx->vddh_supply))
233 return PTR_ERR(ctx->vddh_supply);

Completed in 160 milliseconds