Home
last modified time | relevance | path

Searched full:ili9341 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c3 * Ilitek ILI9341 TFT LCD drm_panel driver.
114 /* struct ili9341_config - the system specific ILI9341 configuration */
175 struct ili9341 { struct
187 * The Stm32f429-disco board has a panel ili9341 connected to ltdc controller argument
293 static inline struct ili9341 *panel_to_ili9341(struct drm_panel *panel) in panel_to_ili9341()
295 return container_of(panel, struct ili9341, panel); in panel_to_ili9341()
298 static void ili9341_dpi_init(struct ili9341 *ili) in ili9341_dpi_init()
362 static int ili9341_dpi_power_on(struct ili9341 *ili) in ili9341_dpi_power_on()
386 static int ili9341_dpi_power_off(struct ili9341 *ili) in ili9341_dpi_power_off()
398 struct ili9341 *ili = panel_to_ili9341(panel); in ili9341_dpi_disable()
[all …]
H A DMakefile23 obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
H A DKconfig197 tristate "Ilitek ILI9341 240x320 QVGA panels"
/linux/Documentation/devicetree/bindings/display/panel/
H A Dilitek,ili9341.yaml4 $id: http://devicetree.org/schemas/display/panel/ilitek,ili9341.yaml#
13 Ilitek ILI9341 TFT panel driver with SPI control bus
26 # ili9341 240*320 Color on stm32f429-disco board
29 - const: ilitek,ili9341
79 "ilitek,ili9341";
91 compatible = "adafruit,yx240qv29", "ilitek,ili9341";
/linux/drivers/staging/fbtft/
H A Dfb_ili9341.c3 * FB driver for the ILI9341 LCD display controller
148 FBTFT_REGISTER_SPI_DRIVER(DRVNAME, "ilitek", "ili9341", &display);
152 MODULE_ALIAS("spi:ili9341");
153 MODULE_ALIAS("platform:ili9341");
155 MODULE_DESCRIPTION("FB driver for the ILI9341 LCD display controller");
H A DKconfig72 tristate "FB driver for the ILI9341 LCD Controller"
75 Generic Framebuffer support for ILI9341
H A Dfb_hx8357d.h3 * This is our library for the Adafruit ILI9341 Breakout and Shield
/linux/drivers/gpu/drm/tiny/
H A Dili9341.c3 * DRM driver for Ilitek ILI9341 panels
156 .name = "ili9341",
157 .desc = "Ilitek ILI9341",
242 .name = "ili9341",
252 MODULE_DESCRIPTION("Ilitek ILI9341 DRM driver");
H A DMakefile13 obj-$(CONFIG_TINYDRM_ILI9341) += ili9341.o
/linux/arch/riscv/boot/dts/canaan/
H A Dcanaan_kd233.dts135 compatible = "canaan,kd233-tft", "ilitek,ili9341";
/linux/arch/arm/boot/dts/st/
H A Dstm32f429-disco.dts195 compatible = "st,sf-tc240t-9370-t", "ilitek,ili9341";