Home
last modified time | relevance | path

Searched refs:st7701 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7701.c101 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()
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, se
158 st7701_vgls_map(struct st7701 *st7701) st7701_vgls_map() argument
183 st7701_switch_cmd_bkx(struct st7701 *st7701, bool cmd2, u8 bkx) st7701_switch_cmd_bkx() argument
195 st7701_init_sequence(struct st7701 *st7701) st7701_init_sequence() argument
310 ts8550b_gip_sequence(struct st7701 *st7701) ts8550b_gip_sequence() argument
335 dmt028vghmcmi_1a_gip_sequence(struct st7701 *st7701) dmt028vghmcmi_1a_gip_sequence() argument
401 kd50t048a_gip_sequence(struct st7701 *st7701) kd50t048a_gip_sequence() argument
428 struct st7701 *st7701 = panel_to_st7701(panel); st7701_prepare() local
455 struct st7701 *st7701 = panel_to_st7701(panel); st7701_enable() local
464 struct st7701 *st7701 = panel_to_st7701(panel); st7701_disable() local
473 struct st7701 *st7701 = panel_to_st7701(panel); st7701_unprepare() local
500 struct st7701 *st7701 = panel_to_st7701(panel); st7701_get_modes() local
529 struct st7701 *st7701 = panel_to_st7701(panel); st7701_get_orientation() local
845 struct st7701 *st7701; st7701_dsi_probe() local
913 struct st7701 *st7701 = mipi_dsi_get_drvdata(dsi); st7701_dsi_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7701.c99 struct st7701 { struct
109 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701()
111 return container_of(panel, struct st7701, panel); in panel_to_st7701()
114 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument
117 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write()
120 #define ST7701_DSI(st7701, seq...) \
123 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \
126 static void st7701_init_sequence(struct st7701 *st7701) in st7701_init_sequence() argument
199 struct st7701 *st7701 = panel_to_st7701(panel); st7701_prepare() local
220 struct st7701 *st7701 = panel_to_st7701(panel); st7701_enable() local
229 struct st7701 *st7701 = panel_to_st7701(panel); st7701_disable() local
238 struct st7701 *st7701 = panel_to_st7701(panel); st7701_unprepare() local
265 struct st7701 *st7701 = panel_to_st7701(panel); st7701_get_modes() local
331 struct st7701 *st7701; st7701_dsi_probe() local
400 struct st7701 *st7701 = mipi_dsi_get_drvdata(dsi); st7701_dsi_remove() local
[all...]

Completed in 2 milliseconds