/linux/drivers/gpu/drm/panel/ |
H 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() 526 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", ret); 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() 635 dev_err(dev, "Failed to request iovcc regulato in ltk500hd1829_probe() [all...] |
H 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() 116 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", 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() 232 dev_err(dev, "Failed to request iovcc regulato in kd35t133_probe() [all...] |
H 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() 491 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", dsi_ctx.accum_err); 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() 572 "Failed to request iovcc regulato in ltk050h3146w_probe() [all...] |
H 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() 693 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", ret); 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() 789 "Failed to request iovcc regulator\n"); in hx8394_probe()
|
H 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() 734 dev_err(ctx->dev, "Failed to enable iovcc supply: %d\n", ret); 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() 875 "Failed to request iovcc regulato in st7703_probe() [all...] |
/linux/drivers/input/touchscreen/ |
H 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() 1191 "failed to request iovcc regulator: %d\n", error); in edt_ft5x06_ts_probe() 1195 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1197 dev_err(&client->dev, "failed to enable iovcc: %d\n", error); in edt_ft5x06_ts_probe() 1207 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe() [all...] |
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-xiaomi-beryllium-ebbg.dts | 28 iovcc-supply = <&vreg_l14a_1p8>;
|
H A D | sdm845-xiaomi-beryllium-tianma.dts | 28 iovcc-supply = <&vreg_l14a_1p8>;
|
H A D | apq8039-t2.dts | 66 vreg_lcd_iovcc_reg: lcd-iovcc-regulator { 353 pinctrl_lcd_iovcc_reg: lcd-iovcc-reg-state {
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | px30-cobra-ltk050h3148w.dts | 23 iovcc-supply = <&vcc_1v8>;
|
H A D | px30-cobra-ltk050h3146w.dts | 23 iovcc-supply = <&vcc_1v8>;
|
H A D | px30-pp1516-ltk050h3148w.dts | 23 iovcc-supply = <&vcc_1v8>;
|
H A D | px30-pp1516-ltk050h3146w-a2.dts | 23 iovcc-supply = <&vcc_1v8>;
|
H A D | px30-cobra-ltk050h3146w-a2.dts | 23 iovcc-supply = <&vcc_1v8>;
|
H A D | rk3326-odroid-go2.dts | 62 iovcc-supply = <&vcc_lcd>;
|
H A D | px30-cobra-ltk500hd1829.dts | 27 iovcc-supply = <&vcc_1v8>;
|
H A D | rk3566-powkiddy-rgb10max3.dts | 31 iovcc-supply = <&vcc3v3_lcd0_n>;
|
H A D | rk3566-powkiddy-rgb20sx.dts | 61 iovcc-supply = <&vcc3v3_lcd0_n>;
|
H A D | rk3566-anbernic-rg353ps.dts | 95 iovcc-supply = <&vcc3v3_lcd0_n>;
|
H A D | rk3326-odroid-go2-v11.dts | 86 iovcc-supply = <&vcc_lcd>;
|
/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-tqmls1021a-mbls1021a-rgb-cdtech-dc44.dtso | 45 iovcc-supply = <®_3p3v>;
|
H A D | ls1021a-tqmls1021a-mbls1021a-rgb-cdtech-fc21.dtso | 45 iovcc-supply = <®_3p3v>;
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-skov-revc-tian-g07017.dts | 42 iovcc-supply = <®_vdd_3v3>;
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-qsb-hdmi.dtso | 54 iovcc-supply = <®_3p2v>;
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157f-dk2-scmi.dtsi | 66 iovcc-supply = <&scmi_v3v3_hdmi>;
|