Home
last modified time | relevance | path

Searched refs:iovcc (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-leadtek-ltk500hd1829.c29 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()
H A Dpanel-xinpeng-xpp055c272.c54 struct regulator *iovcc; member
152 regulator_disable(ctx->iovcc); in xpp055c272_unprepare()
175 ret = regulator_enable(ctx->iovcc); in xpp055c272_prepare()
217 regulator_disable(ctx->iovcc); in xpp055c272_prepare()
287 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe()
288 if (IS_ERR(ctx->iovcc)) in xpp055c272_probe()
289 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in xpp055c272_probe()
H A Dpanel-elida-kd35t133.c44 struct regulator *iovcc; member
109 regulator_disable(ctx->iovcc); in kd35t133_unprepare()
133 ret = regulator_enable(ctx->iovcc); in kd35t133_prepare()
174 regulator_disable(ctx->iovcc); in kd35t133_prepare()
261 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe()
262 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe()
263 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
H A Dpanel-leadtek-ltk050h3146w.c36 struct regulator *iovcc; member
450 regulator_disable(ctx->iovcc); in ltk050h3146w_unprepare()
473 ret = regulator_enable(ctx->iovcc); in ltk050h3146w_prepare()
512 regulator_disable(ctx->iovcc); in ltk050h3146w_prepare()
572 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe()
573 if (IS_ERR(ctx->iovcc)) { in ltk050h3146w_probe()
574 ret = PTR_ERR(ctx->iovcc); in ltk050h3146w_probe()
H A Dpanel-himax-hx8394.c70 struct regulator *iovcc; member
269 regulator_disable(ctx->iovcc); in hx8394_unprepare()
293 ret = regulator_enable(ctx->iovcc); in hx8394_prepare()
374 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in hx8394_probe()
375 if (IS_ERR(ctx->iovcc)) in hx8394_probe()
376 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in hx8394_probe()
H A Dpanel-sitronix-st7703.c60 struct regulator *iovcc; member
493 regulator_disable(ctx->iovcc); in st7703_unprepare()
511 ret = regulator_enable(ctx->iovcc); in st7703_prepare()
520 regulator_disable(ctx->iovcc); in st7703_prepare()
636 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe()
637 if (IS_ERR(ctx->iovcc)) in st7703_probe()
638 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in st7703_probe()
/openbmc/linux/drivers/input/touchscreen/
H A Dedt-ft5x06.c115 struct regulator *iovcc; member
1140 regulator_disable(data->iovcc); in edt_ft5x06_disable_regulators()
1193 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc"); in edt_ft5x06_ts_probe()
1194 if (IS_ERR(tsdata->iovcc)) { in edt_ft5x06_ts_probe()
1195 error = PTR_ERR(tsdata->iovcc); in edt_ft5x06_ts_probe()
1202 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe()
1214 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe()
1413 ret = regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_suspend()
1446 ret = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_resume()
1458 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_resume()
/openbmc/linux/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1-lichee-rv-86-panel-480p.dts22 iovcc-supply = <&reg_vcc_3v3>;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-anbernic-rg351m.dts27 iovcc-supply = <&vcc_lcd>;
H A Drk3326-odroid-go2.dts62 iovcc-supply = <&vcc_lcd>;
H A Drk3566-anbernic-rg353ps.dts95 iovcc-supply = <&vcc3v3_lcd0_n>;
H A Drk3326-odroid-go2-v11.dts86 iovcc-supply = <&vcc_lcd>;
H A Dpx30-evb.dts142 iovcc-supply = <&vcc_1v8>;
H A Drk3399-pinephone-pro.dts459 iovcc-supply = <&vcc1v8_lcd>;
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dapq8039-t2.dts66 vreg_lcd_iovcc_reg: lcd-iovcc-regulator {
337 pinctrl_lcd_iovcc_reg: lcd-iovcc-reg-state {
H A Dmsm8916-gplus-fl8005a.dts98 iovcc-supply = <&pm8916_l6>;
H A Dmsm8916-acer-a1-724.dts100 iovcc-supply = <&pm8916_l6>;
H A Dmsm8916-wingtech-wt88047.dts101 iovcc-supply = <&pm8916_l6>;
H A Dmsm8916-asus-z00l.dts119 iovcc-supply = <&pm8916_l6>;
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064-asus-nexus7-flo.dts89 iovcc-supply = <&pm8921_lvs7>;
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a-mbls1021a.dts264 iovcc-supply = <&reg_3p3v>;
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone.dtsi147 iovcc-supply = <&reg_dldo2>;
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts76 iovcc-supply = <&vdisp>;
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dkx.dtsi183 iovcc-supply = <&v3v3_hdmi>;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-devkit.dts886 iovcc-supply = <&reg_1v8_p>;