/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() 565 regulator_disable(ctx->iovcc); in ltk500hd1829_prepare() 629 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk500hd1829_probe() 630 if (IS_ERR(ctx->iovcc)) { in ltk500hd1829_probe() 631 ret = PTR_ERR(ctx->iovcc); in ltk500hd1829_probe()
|
H A D | panel-xinpeng-xpp055c272.c | 54 struct regulator *iovcc; member 148 regulator_disable(ctx->iovcc); in xpp055c272_unprepare() 166 ret = regulator_enable(ctx->iovcc); in xpp055c272_prepare() 206 regulator_disable(ctx->iovcc); in xpp055c272_prepare() 276 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe() 277 if (IS_ERR(ctx->iovcc)) in xpp055c272_probe() 278 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in xpp055c272_probe()
|
H A D | panel-himax-hx8394.c | 72 struct regulator *iovcc; member 552 regulator_disable(ctx->iovcc); in hx8394_unprepare() 571 ret = regulator_enable(ctx->iovcc); in hx8394_prepare() 664 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in hx8394_probe() 665 if (IS_ERR(ctx->iovcc)) in hx8394_probe() 666 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), 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() 741 regulator_disable(ctx->iovcc); in st7703_prepare() 870 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe() 871 if (IS_ERR(ctx->iovcc)) in st7703_probe() 872 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in st7703_probe()
|
/linux/drivers/input/touchscreen/ |
H A D | edt-ft5x06.c | 115 struct regulator *iovcc; member 1137 regulator_disable(data->iovcc); in edt_ft5x06_disable_regulators() 1190 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc"); in edt_ft5x06_ts_probe() 1191 if (IS_ERR(tsdata->iovcc)) { in edt_ft5x06_ts_probe() 1192 error = PTR_ERR(tsdata->iovcc); in edt_ft5x06_ts_probe() 1199 error = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1211 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_probe() 1406 ret = regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_suspend() 1439 ret = regulator_enable(tsdata->iovcc); in edt_ft5x06_ts_resume() 1451 regulator_disable(tsdata->iovcc); in edt_ft5x06_ts_resume()
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-anbernic-rg351m.dts | 18 iovcc-supply = <&vcc_lcd>;
|
H A D | rk3566-powkiddy-rgb30.dts | 31 iovcc-supply = <&vcc3v3_lcd0_n>;
|
H A D | rk3326-odroid-go2.dts | 62 iovcc-supply = <&vcc_lcd>;
|
H A D | rk3566-powkiddy-rgb10max3.dts | 31 iovcc-supply = <&vcc3v3_lcd0_n>;
|
H A D | rk3326-odroid-go2-v11.dts | 86 iovcc-supply = <&vcc_lcd>;
|
H A D | rk3399-pinephone-pro.dts | 487 iovcc-supply = <&vcc1v8_lcd>;
|
/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1-lichee-rv-86-panel-480p.dts | 22 iovcc-supply = <®_vcc_3v3>;
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-qsb-hdmi.dtso | 54 iovcc-supply = <®_3p2v>;
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | apq8039-t2.dts | 66 vreg_lcd_iovcc_reg: lcd-iovcc-regulator { 341 pinctrl_lcd_iovcc_reg: lcd-iovcc-reg-state {
|
H A D | msm8916-wingtech-wt865x8.dtsi | 83 iovcc-supply = <&pm8916_l6>;
|
H A D | msm8939-wingtech-wt82918.dtsi | 122 iovcc-supply = <&pm8916_l6>;
|
H A D | msm8916-asus-z00l.dts | 121 iovcc-supply = <&pm8916_l6>;
|
H A D | msm8916-gplus-fl8005a.dts | 121 iovcc-supply = <&pm8916_l6>;
|
H A D | msm8916-acer-a1-724.dts | 125 iovcc-supply = <&pm8916_l6>;
|
H A D | msm8916-wingtech-wt88047.dts | 125 iovcc-supply = <&pm8916_l6>;
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064-asus-nexus7-flo.dts | 92 iovcc-supply = <&pm8921_lvs7>;
|
/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-tqmls1021a-mbls1021a.dts | 264 iovcc-supply = <®_3p3v>;
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dir-685.dts | 76 iovcc-supply = <&vdisp>;
|