Home
last modified time | relevance | path

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

123

/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dleadtek,ltk050h3146w.yaml27 iovcc-supply:
28 description: regulator that supplies the iovcc voltage
36 - iovcc-supply
50 iovcc-supply = <&vcc_1v8>;
H A Dleadtek,ltk500hd1829.yaml26 iovcc-supply:
27 description: regulator that supplies the iovcc voltage
35 - iovcc-supply
50 iovcc-supply = <&vcc_1v8>;
H A Delida,kd35t133.yaml26 iovcc-supply:
27 description: regulator that supplies the iovcc voltage
36 - iovcc-supply
50 iovcc-supply = <&vcc_1v8>;
H A Dxinpeng,xpp055c272.yaml25 iovcc-supply:
26 description: regulator that supplies the iovcc voltage
35 - iovcc-supply
50 iovcc-supply = <&vcc_1v8>;
H A Dstartek,kd070fhfid015.yaml21 iovcc-supply:
39 - iovcc-supply
58 iovcc-supply = <&mt6357_vsim1_reg>;
H A Djdi,lt070me05000.yaml29 iovcc-supply:
46 - iovcc-supply
66 iovcc-supply = <&pm8921_lvs7>;
H A Dhimax,hx8394.yaml41 iovcc-supply:
50 - iovcc-supply
77 iovcc-supply = <&reg_1v8_p>;
H A Drocktech,jh057n00900.yaml44 iovcc-supply:
56 - iovcc-supply
72 iovcc-supply = <&reg_1v8_p>;
H A Draydium,rm67200.yaml28 iovcc-supply:
60 iovcc-supply = <&regulator2>;
H A Dilitek,ili9322.yaml38 iovcc-supply:
60 iovcc-supply = <&vdisp>;
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-leadtek-ltk500hd1829.c41 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 Dpanel-xinpeng-xpp055c272.c54 struct regulator *iovcc; member
137 regulator_disable(ctx->iovcc); in xpp055c272_unprepare()
156 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in xpp055c272_prepare()
188 regulator_disable(ctx->iovcc); in xpp055c272_prepare()
258 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe()
259 if (IS_ERR(ctx->iovcc)) in xpp055c272_probe()
260 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in xpp055c272_probe()
H A Dpanel-elida-kd35t133.c44 struct regulator *iovcc; member
94 regulator_disable(ctx->iovcc); in kd35t133_unprepare()
114 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in kd35t133_prepare()
145 regulator_disable(ctx->iovcc); in kd35t133_prepare()
227 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe()
228 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe()
229 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
H A Dpanel-leadtek-ltk050h3146w.c37 struct regulator *iovcc; member
471 regulator_disable(ctx->iovcc); in ltk050h3146w_unprepare()
489 dsi_ctx.accum_err = regulator_enable(ctx->iovcc); in ltk050h3146w_prepare()
513 regulator_disable(ctx->iovcc); in ltk050h3146w_prepare()
567 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe()
568 if (IS_ERR(ctx->iovcc)) in ltk050h3146w_probe()
569 return dev_err_probe(dev, PTR_ERR(ctx->iovcc), in ltk050h3146w_probe()
H A Dpanel-himax-hx8394.c72 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 Dpanel-sitronix-st7703.c60 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-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5791.yaml33 iovcc-supply:
67 - iovcc-supply
89 iovcc-supply = <&dac_iovcc>;
H A Dadi,ltc2672.yaml49 iovcc-supply:
121 - iovcc-supply
140 iovcc-supply = <&vcc>;
H A Dadi,ltc2664.yaml37 iovcc-supply:
140 - iovcc-supply
160 iovcc-supply = <&vcc>;
H A Dadi,ltc2688.yaml27 iovcc-supply:
126 iovcc-supply = <&vcc>;
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dnovatek,nvt-ts.yaml31 iovcc-supply: true
53 iovcc-supply = <&vreg_l14a_1p8>;
/linux-6.15/drivers/input/touchscreen/
H A Dedt-ft5x06.c115 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-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3326-anbernic-rg351m.dts18 iovcc-supply = <&vcc_lcd>;
/linux-6.15/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1-lichee-rv-86-panel-480p.dts22 iovcc-supply = <&reg_vcc_3v3>;
/linux-6.15/Documentation/devicetree/bindings/display/bridge/
H A Dsil,sii9022.yaml32 iovcc-supply:
124 iovcc-supply = <&v3v3_hdmi>;

123