Searched full:st7701 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 103 struct st7701; 129 void (*gip_sequence)(struct st7701 *st7701); 132 struct st7701 { struct 143 int (*write_command)(struct st7701 *st7701, u8 cmd, const u8 *seq, argument 147 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() 149 return container_of(panel, struct st7701, panel); in panel_to_st7701() 152 static int st7701_dsi_write(struct st7701 *st7701, u8 cmd, const u8 *seq, in st7701_dsi_write() argument 155 return mipi_dsi_dcs_write(st7701->dsi, cmd, seq, len); in st7701_dsi_write() 158 static int st7701_dbi_write(struct st7701 *st7701, u8 cmd, const u8 *seq, in st7701_dbi_write() argument 161 return mipi_dbi_command_stackbuf(&st7701->dbi, cmd, seq, len); in st7701_dbi_write() [all …]
|
D | Makefile | 85 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
D | Kconfig | 794 tristate "Sitronix ST7701 panel driver" 801 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
/linux-6.12.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 107 compatible = "techstar,ts8550b", "sitronix,st7701"; 129 compatible = "anbernic,rg28xx-panel", "sitronix,st7701";
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3326-odroid-go3.dts | 145 compatible = "elida,kd50t048a", "sitronix,st7701";
|
D | rk3566-anbernic-rg-arc.dtsi | 111 compatible = "anbernic,rg-arc-panel", "sitronix,st7701";
|
/linux-6.12.1/ |
D | MAINTAINERS | 7373 DRM DRIVER FOR SITRONIX ST7701 PANELS 7376 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 7377 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|