Searched refs:iovcc (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-leadtek-ltk500hd1829.c | 29 struct regulator *iovcc; member 290 regulator_disable(ctx->iovcc); in ltk500hd1829_unprepare() 313 ret = regulator_enable(ctx->iovcc); in ltk500hd1829_prepare() 356 regulator_disable(ctx->iovcc); in ltk500hd1829_prepare() 430 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk500hd1829_probe() 431 if (IS_ERR(ctx->iovcc)) { in ltk500hd1829_probe() 432 ret = PTR_ERR(ctx->iovcc); in ltk500hd1829_probe()
|
D | panel-xinpeng-xpp055c272.c | 54 struct regulator *iovcc; member 160 regulator_disable(ctx->iovcc); in xpp055c272_unprepare() 183 ret = regulator_enable(ctx->iovcc); in xpp055c272_prepare() 225 regulator_disable(ctx->iovcc); in xpp055c272_prepare() 295 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe() 296 if (IS_ERR(ctx->iovcc)) in xpp055c272_probe() 297 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in xpp055c272_probe()
|
D | panel-elida-kd35t133.c | 44 struct regulator *iovcc; member 115 regulator_disable(ctx->iovcc); in kd35t133_unprepare() 139 ret = regulator_enable(ctx->iovcc); in kd35t133_prepare() 180 regulator_disable(ctx->iovcc); in kd35t133_prepare() 267 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe() 268 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe() 269 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
|
D | panel-leadtek-ltk050h3146w.c | 37 struct regulator *iovcc; member 459 regulator_disable(ctx->iovcc); in ltk050h3146w_unprepare() 482 ret = regulator_enable(ctx->iovcc); in ltk050h3146w_prepare() 521 regulator_disable(ctx->iovcc); in ltk050h3146w_prepare() 581 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe() 582 if (IS_ERR(ctx->iovcc)) { in ltk050h3146w_probe() 583 ret = PTR_ERR(ctx->iovcc); in ltk050h3146w_probe()
|
D | panel-sitronix-st7703.c | 56 struct regulator *iovcc; member 415 regulator_disable(ctx->iovcc); in st7703_unprepare() 436 ret = regulator_enable(ctx->iovcc); in st7703_prepare() 557 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe() 558 if (IS_ERR(ctx->iovcc)) in st7703_probe() 559 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in st7703_probe()
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 110 struct regulator *iovcc; member 1131 regulator_disable(data->iovcc); in edt_ft5x06_disable_regulators() 1172 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc"); in edt_ft5x06_ts_probe() 1173 if (IS_ERR(tsdata->iovcc)) { in edt_ft5x06_ts_probe() 1174 error = PTR_ERR(tsdata->iovcc); in edt_ft5x06_ts_probe() 1181 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1193 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1392 ret = regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_suspend() 1425 ret = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_resume() 1437 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_resume()
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | msm8916-wingtech-wt88047.dts | 83 iovcc-supply = <&pm8916_l6>;
|
D | msm8916-asus-z00l.dts | 117 iovcc-supply = <&pm8916_l6>;
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-apq8064-asus-nexus7-flo.dts | 227 iovcc-supply = <&pm8921_lvs7>;
|
D | gemini-dlink-dir-685.dts | 76 iovcc-supply = <&vdisp>;
|
D | stm32mp15xx-dkx.dtsi | 175 iovcc-supply = <&v3v3_hdmi>;
|
/Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone.dtsi | 147 iovcc-supply = <®_dldo2>;
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | px30-evb.dts | 142 iovcc-supply = <&vcc_1v8>;
|
D | rk3326-odroid-go2.dts | 285 iovcc-supply = <&vcc_lcd>;
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mq-librem5-devkit.dts | 890 iovcc-supply = <®_1v8_p>;
|