| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-mantix-mlaf057we51.c | 36 struct regulator *vddi; member 142 regulator_disable(ctx->vddi); in mantix_unprepare() 156 ret = regulator_enable(ctx->vddi); in mantix_prepare() 158 dev_err(ctx->dev, "Failed to enable vddi supply: %d\n", ret); in mantix_prepare() 275 ctx->vddi = devm_regulator_get(dev, "vddi"); in mantix_probe() 276 if (IS_ERR(ctx->vddi)) in mantix_probe() 277 return dev_err_probe(dev, PTR_ERR(ctx->vddi), "Failed to request vddi regulator\n"); in mantix_probe()
|
| D | panel-sony-acx424akp.c | 454 acx->supply = devm_regulator_get(dev, "vddi"); in acx424akp_probe()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
| D | panel-mantix-mlaf057we51.c | 38 struct regulator *vddi; member 138 regulator_disable(ctx->vddi); in mantix_unprepare() 152 ret = regulator_enable(ctx->vddi); in mantix_prepare() 154 dev_err(ctx->dev, "Failed to enable vddi supply: %d\n", ret); in mantix_prepare() 295 ctx->vddi = devm_regulator_get(dev, "vddi"); in mantix_probe() 296 if (IS_ERR(ctx->vddi)) in mantix_probe() 297 return dev_err_probe(dev, PTR_ERR(ctx->vddi), "Failed to request vddi regulator\n"); in mantix_probe()
|
| D | panel-sharp-ls060t1sx01.c | 237 ctx->vddi_supply = devm_regulator_get(dev, "vddi"); in sharp_ls060_probe()
|
| D | panel-ilitek-ili9341.c | 676 ili->supplies[1].supply = "vddi"; in ili9341_dpi_probe() 677 ili->supplies[2].supply = "vddi-led"; in ili9341_dpi_probe()
|
| D | panel-novatek-nt35560.c | 494 nt->supply = devm_regulator_get(dev, "vddi"); in nt35560_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | sony,acx424akp.yaml | 20 vddi-supply: 21 description: regulator that supplies the vddi voltage 44 vddi-supply = <&foo>;
|
| D | novatek,nt35510.yaml | 29 vddi-supply: 30 description: regulator that supplies the vddi voltage 50 vddi-supply = <&ab8500_ldo_aux6_reg>;
|
| D | mantix,mlaf057we51-x.yaml | 35 vddi-supply: 50 - vddi-supply 67 vddi-supply = <®_1v8_p>;
|
| D | panel-dsi-cm.yaml | 39 vddi-supply: 46 the vddi-supply property specifies the supply powering the panel as a 52 used in addition to vddi-supply. Both supplies will be enabled at the
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | sony,acx424akp.yaml | 27 vddi-supply: 28 description: regulator that supplies the vddi voltage 51 vddi-supply = <&foo>;
|
| D | novatek,nt35510.yaml | 29 vddi-supply: 30 description: regulator that supplies the vddi voltage 50 vddi-supply = <&ab8500_ldo_aux6_reg>;
|
| D | mantix,mlaf057we51-x.yaml | 36 vddi-supply: 52 - vddi-supply 69 vddi-supply = <®_1v8_p>;
|
| D | panel-dsi-cm.yaml | 39 vddi-supply: 46 the vddi-supply property specifies the supply powering the panel as a 52 used in addition to vddi-supply. Both supplies will be enabled at the
|
| D | ilitek,ili9341.yaml | 47 vddi-supply: 50 vddi-led-supply:
|
| D | panel-mipi-dbi-spi.yaml | 26 - Vddi: Logic level supply for interface signals 88 Logic level supply for interface signals (Vddi).
|
| D | sharp,ls060t1sx01.yaml | 28 vddi-supply:
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/ |
| D | panel-dsi-cm.c | 64 struct regulator *vddi; member 617 if (ddata->vddi) { in dsicm_power_on() 618 r = regulator_enable(ddata->vddi); in dsicm_power_on() 621 "failed to enable VDDI: %d\n", r); in dsicm_power_on() 699 if (ddata->vddi) in dsicm_power_on() 700 regulator_disable(ddata->vddi); in dsicm_power_on() 727 if (ddata->vddi) in dsicm_power_off() 728 regulator_disable(ddata->vddi); in dsicm_power_off() 1211 ddata->vddi = devm_regulator_get_optional(&pdev->dev, "vddi"); in dsicm_probe_of() 1212 if (IS_ERR(ddata->vddi)) { in dsicm_probe_of() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | ste-href-tvk1281618-r3.dtsi | 61 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
| D | omap3-n950.dts | 236 vddi-supply = <&vio>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | dsi-controller.yaml | 88 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/ |
| D | dsi-controller.yaml | 88 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_mipi_dbi.h | 131 * @io_regulator: I/O power regulator (Vddi) (optional)
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | ste-href-tvk1281618-r3.dtsi | 162 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | omap3-n950.dts | 236 vddi-supply = <&vio>;
|