Searched full:st7701 (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 101 struct st7701; 127 void (*gip_sequence)(struct st7701 *st7701); 130 struct st7701 { struct 141 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 143 return container_of(panel, struct st7701, panel); in panel_to_st7701() 146 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument 149 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 152 #define ST7701_DSI(st7701, seq...) \ argument 155 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \ 158 static u8 st7701_vgls_map(struct st7701 *st7701) in st7701_vgls_map() argument [all …]
|
D | Makefile | 75 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
D | Kconfig | 719 tristate "Sitronix ST7701 panel driver" 725 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
/linux-6.8/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. 34 - const: sitronix,st7701 71 compatible = "techstar,ts8550b", "sitronix,st7701";
|
/linux-6.8/arch/arm64/boot/dts/rockchip/ |
D | rk3326-odroid-go3.dts | 145 compatible = "elida,kd50t048a", "sitronix,st7701";
|
/linux-6.8/ |
D | MAINTAINERS | 6889 DRM DRIVER FOR SITRONIX ST7701 PANELS 6892 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 6893 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|