Home
last modified time | relevance | path

Searched defs:st7701 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-sitronix-st7701.c101 struct st7701 { struct
104 const struct st7701_panel_desc *desc; argument
112 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument
117 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write()
123 #define ST7701_DSI(st7701, seq...) \ argument
129 static void st7701_init_sequence(struct st7701 *st7701) in st7701_init_sequence()
202 struct st7701 *st7701 = panel_to_st7701(panel); in st7701_prepare() local
223 struct st7701 *st7701 = panel_to_st7701(panel); in st7701_enable() local
233 struct st7701 *st7701 = panel_to_st7701(panel); in st7701_disable() local
243 struct st7701 *st7701 = panel_to_st7701(panel); in st7701_unprepare() local
[all …]