/Linux-v6.6/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 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()
|
D | panel-elida-kd35t133.c | 44 struct regulator *iovcc; member 107 regulator_disable(ctx->iovcc); in kd35t133_unprepare() 131 ret = regulator_enable(ctx->iovcc); in kd35t133_prepare() 172 regulator_disable(ctx->iovcc); in kd35t133_prepare() 259 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe() 260 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe() 261 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
|
D | panel-leadtek-ltk050h3146w.c | 36 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()
|
D | panel-himax-hx8394.c | 70 struct regulator *iovcc; member 270 regulator_disable(ctx->iovcc); in hx8394_unprepare() 294 ret = regulator_enable(ctx->iovcc); in hx8394_prepare() 375 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in hx8394_probe() 376 if (IS_ERR(ctx->iovcc)) in hx8394_probe() 377 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in hx8394_probe()
|
D | panel-sitronix-st7703.c | 60 struct regulator *iovcc; member 493 regulator_disable(ctx->iovcc); in st7703_unprepare() 514 ret = regulator_enable(ctx->iovcc); in st7703_prepare() 635 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe() 636 if (IS_ERR(ctx->iovcc)) in st7703_probe() 637 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in st7703_probe()
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 115 struct regulator *iovcc; member 1132 regulator_disable(data->iovcc); in edt_ft5x06_disable_regulators() 1175 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc"); in edt_ft5x06_ts_probe() 1176 if (IS_ERR(tsdata->iovcc)) { in edt_ft5x06_ts_probe() 1177 error = PTR_ERR(tsdata->iovcc); in edt_ft5x06_ts_probe() 1184 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1196 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1396 ret = regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_suspend() 1429 ret = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_resume() 1441 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_resume()
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3326-anbernic-rg351m.dts | 27 iovcc-supply = <&vcc_lcd>;
|
D | rk3326-odroid-go2.dts | 62 iovcc-supply = <&vcc_lcd>;
|
D | rk3566-anbernic-rg353ps.dts | 95 iovcc-supply = <&vcc3v3_lcd0_n>;
|
D | rk3326-odroid-go2-v11.dts | 86 iovcc-supply = <&vcc_lcd>;
|
D | px30-evb.dts | 142 iovcc-supply = <&vcc_1v8>;
|
D | rk3399-pinephone-pro.dts | 461 iovcc-supply = <&vcc1v8_lcd>;
|
/Linux-v6.6/arch/riscv/boot/dts/allwinner/ |
D | sun20i-d1-lichee-rv-86-panel-480p.dts | 22 iovcc-supply = <®_vcc_3v3>;
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | apq8039-t2.dts | 66 vreg_lcd_iovcc_reg: lcd-iovcc-regulator { 337 pinctrl_lcd_iovcc_reg: lcd-iovcc-reg-state {
|
D | msm8916-acer-a1-724.dts | 100 iovcc-supply = <&pm8916_l6>;
|
D | msm8916-gplus-fl8005a.dts | 98 iovcc-supply = <&pm8916_l6>;
|
D | msm8916-asus-z00l.dts | 119 iovcc-supply = <&pm8916_l6>;
|
D | msm8916-wingtech-wt88047.dts | 101 iovcc-supply = <&pm8916_l6>;
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-apq8064-asus-nexus7-flo.dts | 89 iovcc-supply = <&pm8921_lvs7>;
|
/Linux-v6.6/arch/arm/boot/dts/nxp/ls/ |
D | ls1021a-tqmls1021a-mbls1021a.dts | 264 iovcc-supply = <®_3p3v>;
|
/Linux-v6.6/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone.dtsi | 147 iovcc-supply = <®_dldo2>;
|
/Linux-v6.6/arch/arm/boot/dts/gemini/ |
D | gemini-dlink-dir-685.dts | 76 iovcc-supply = <&vdisp>;
|
/Linux-v6.6/arch/arm/boot/dts/st/ |
D | stm32mp15xx-dkx.dtsi | 183 iovcc-supply = <&v3v3_hdmi>;
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx8mq-librem5-devkit.dts | 886 iovcc-supply = <®_1v8_p>;
|