Lines Matching full:ili9882t
3 * Panels based on the Ilitek ILI9882T display controller.
18 struct ili9882t;
22 * Ilitek ILI9882T display controller.
39 int (*init)(struct ili9882t *boe);
43 struct ili9882t { struct
64 static int starry_ili9882t_init(struct ili9882t *ili) in starry_ili9882t_init() argument
416 static inline struct ili9882t *to_ili9882t(struct drm_panel *panel) in to_ili9882t()
418 return container_of(panel, struct ili9882t, base); in to_ili9882t()
423 struct ili9882t *ili = to_ili9882t(panel); in ili9882t_disable()
440 struct ili9882t *ili = to_ili9882t(panel); in ili9882t_unprepare()
455 struct ili9882t *ili = to_ili9882t(panel); in ili9882t_prepare()
549 struct ili9882t *ili = to_ili9882t(panel); in ili9882t_get_modes()
573 struct ili9882t *ili = to_ili9882t(panel); in ili9882t_get_orientation()
587 static int ili9882t_add(struct ili9882t *ili) in ili9882t_add()
639 struct ili9882t *ili; in ili9882t_probe()
668 struct ili9882t *ili = mipi_dsi_get_drvdata(dsi); in ili9882t_remove()
680 { .compatible = "starry,ili9882t",
689 .name = "panel-ili9882t",
698 MODULE_DESCRIPTION("Ilitek ILI9882T-based panels driver");