Searched full:vddi (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panel/ |
H A 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()
|
H A D | panel-sharp-ls060t1sx01.c | 237 ctx->vddi_supply = devm_regulator_get(dev, "vddi"); in sharp_ls060_probe()
|
H A 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()
|
H A D | panel-novatek-nt35560.c | 494 nt->supply = devm_regulator_get(dev, "vddi"); in nt35560_probe()
|
H A D | panel-dsi-cm.c | 486 ddata->supplies[1].supply = "vddi"; in dsicm_probe_of()
|
H A D | panel-novatek-nt35510.c | 912 nt->supplies[1].supply = "vddi"; /* 1.65-3.3V */ in nt35510_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sony,acx424akp.yaml | 27 vddi-supply: 28 description: regulator that supplies the vddi voltage 51 vddi-supply = <&foo>;
|
H A D | novatek,nt35510.yaml | 29 vddi-supply: 30 description: regulator that supplies the vddi voltage 50 vddi-supply = <&ab8500_ldo_aux6_reg>;
|
H A D | mantix,mlaf057we51-x.yaml | 36 vddi-supply: 52 - vddi-supply 69 vddi-supply = <®_1v8_p>;
|
H A 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
|
H A D | ilitek,ili9341.yaml | 47 vddi-supply: 50 vddi-led-supply:
|
H A D | panel-mipi-dbi-spi.yaml | 26 - Vddi: Logic level supply for interface signals 88 Logic level supply for interface signals (Vddi).
|
H A D | sharp,ls060t1sx01.yaml | 28 vddi-supply:
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | dsi-controller.yaml | 88 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-href-tvk1281618-r3.dtsi | 162 vddi-supply = <&ab8500_ldo_aux1_reg>;
|
H A D | ste-ux500-samsung-skomer.dts | 483 vddi-supply = <&ab8500_ldo_aux6_reg>;
|
H A D | ste-ux500-samsung-kyle.dts | 497 vddi-supply = <&lcd_1v8_reg>;
|
/openbmc/linux/include/drm/ |
H A D | drm_mipi_dbi.h | 131 * @io_regulator: I/O power regulator (Vddi) (optional)
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-n950.dts | 236 vddi-supply = <&vio>;
|
H A D | motorola-mapphone-common.dtsi | 214 vddi-supply = <&lcd_regulator>;
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5.dtsi | 1203 vddi-supply = <®_lcd_1v8>;
|