Searched full:st7701 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 113 struct st7701; 139 void (*gip_sequence)(struct st7701 *st7701); 142 struct st7701 { struct 152 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 154 return container_of(panel, struct st7701, panel); in panel_to_st7701() 157 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument 160 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 163 #define ST7701_DSI(st7701, seq...) \ argument 166 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \ 169 static u8 st7701_vgls_map(struct st7701 *st7701) in st7701_vgls_map() argument [all …]
|
D | Makefile | 63 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
D | Kconfig | 602 tristate "Sitronix ST7701 panel driver" 608 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7701.yaml | 4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7701.yaml# 7 title: Sitronix ST7701 based LCD panels 13 ST7701 designed for small and medium sizes of TFT LCD display, is 18 inbuilt ST7701 chip. 21 which has built-in ST7701 chip. 32 - const: sitronix,st7701 66 compatible = "techstar,ts8550b", "sitronix,st7701";
|
/Linux-v6.1/ |
D | MAINTAINERS | 6711 DRM DRIVER FOR SITRONIX ST7701 PANELS 6714 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 6715 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|