Searched refs:st7701 (Results 1 – 3 of 3) 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
|
| /Linux-v6.1/ |
| D | MAINTAINERS | 6714 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 6715 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|