Lines Matching full:s6d27a1
3 * Panel driver for the Samsung S6D27A1 480x800 DPI RGB panel.
42 struct s6d27a1 { struct
52 * The vendor driver states that the S6D27A1 panel
69 static inline struct s6d27a1 *to_s6d27a1(struct drm_panel *panel) in to_s6d27a1() argument
71 return container_of(panel, struct s6d27a1, panel); in to_s6d27a1()
74 static void s6d27a1_read_mtp_id(struct s6d27a1 *ctx) in s6d27a1_read_mtp_id()
98 static int s6d27a1_power_on(struct s6d27a1 *ctx) in s6d27a1_power_on()
163 static int s6d27a1_power_off(struct s6d27a1 *ctx) in s6d27a1_power_off()
173 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_unprepare()
183 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_disable()
199 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_enable()
210 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_get_modes()
247 struct s6d27a1 *ctx; in s6d27a1_probe()
296 struct s6d27a1 *ctx = spi_get_drvdata(spi); in s6d27a1_remove()
302 { .compatible = "samsung,s6d27a1", },
311 .name = "s6d27a1-panel",
318 MODULE_DESCRIPTION("Samsung S6D27A1 panel driver");