Searched refs:st7701 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 101 struct st7701 { struct 112 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 114 return container_of(panel, struct st7701, panel); in panel_to_st7701() 117 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument 120 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 123 #define ST7701_DSI(st7701, seq...) \ argument 126 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \ 129 static void st7701_init_sequence(struct st7701 *st7701) in st7701_init_sequence() argument 131 const struct drm_display_mode *mode = st7701->desc->mode; in st7701_init_sequence() 133 ST7701_DSI(st7701, MIPI_DCS_SOFT_RESET, 0x00); in st7701_init_sequence() [all …]
|
D | Makefile | 34 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7701.txt | 11 - compatible: must be "sitronix,st7701" and one of 24 compatible = "techstar,ts8550b", "sitronix,st7701";
|
/Linux-v5.4/ |
D | MAINTAINERS | 5273 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c 5274 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.txt
|