Searched refs:iovcc (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/panel/ |
| A D | panel-elida-kd35t133.c | 44 struct regulator *iovcc; member 94 regulator_disable(ctx->iovcc); in kd35t133_unprepare() 114 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in kd35t133_prepare() 145 regulator_disable(ctx->iovcc); in kd35t133_prepare() 228 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe() 229 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe() 230 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
|
| A D | panel-leadtek-ltk500hd1829.c | 41 struct regulator *iovcc; member 506 regulator_disable(ctx->iovcc); in ltk500hd1829_unprepare() 524 ret = regulator_enable(ctx->iovcc); in ltk500hd1829_prepare() 565 regulator_disable(ctx->iovcc); in ltk500hd1829_prepare() 631 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk500hd1829_probe() 632 if (IS_ERR(ctx->iovcc)) { in ltk500hd1829_probe() 633 ret = PTR_ERR(ctx->iovcc); in ltk500hd1829_probe()
|
| A D | panel-xinpeng-xpp055c272.c | 54 struct regulator *iovcc; member 137 regulator_disable(ctx->iovcc); in xpp055c272_unprepare() 156 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in xpp055c272_prepare() 188 regulator_disable(ctx->iovcc); in xpp055c272_prepare() 259 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe() 260 if (IS_ERR(ctx->iovcc)) in xpp055c272_probe() 261 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in xpp055c272_probe()
|
| A D | panel-leadtek-ltk050h3146w.c | 37 struct regulator *iovcc; member 471 regulator_disable(ctx->iovcc); in ltk050h3146w_unprepare() 489 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in ltk050h3146w_prepare() 513 regulator_disable(ctx->iovcc); in ltk050h3146w_prepare() 569 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe() 570 if (IS_ERR(ctx->iovcc)) in ltk050h3146w_probe() 571 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in ltk050h3146w_probe()
|
| A D | panel-himax-hx8394.c | 72 struct regulator *iovcc; member 672 regulator_disable(ctx->iovcc); in hx8394_unprepare() 691 ret = regulator_enable(ctx->iovcc); in hx8394_prepare() 786 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in hx8394_probe() 787 if (IS_ERR(ctx->iovcc)) in hx8394_probe() 788 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in hx8394_probe()
|
| A D | panel-sitronix-st7703.c | 60 struct regulator *iovcc; member 718 regulator_disable(ctx->iovcc); in st7703_unprepare() 732 ret = regulator_enable(ctx->iovcc); in st7703_prepare() 741 regulator_disable(ctx->iovcc); in st7703_prepare() 872 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe() 873 if (IS_ERR(ctx->iovcc)) in st7703_probe() 874 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in st7703_probe()
|
| /drivers/input/touchscreen/ |
| A D | edt-ft5x06.c | 115 struct regulator *iovcc; member 1133 regulator_disable(data->iovcc); in edt_ft5x06_disable_regulators() 1186 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc"); in edt_ft5x06_ts_probe() 1187 if (IS_ERR(tsdata->iovcc)) { in edt_ft5x06_ts_probe() 1188 error = PTR_ERR(tsdata->iovcc); in edt_ft5x06_ts_probe() 1195 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1207 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1402 ret = regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_suspend() 1435 ret = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_resume() 1447 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_resume()
|
Completed in 20 milliseconds