#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/regulator/consumer.h>
#include <video/mipi_display.h>
#include <drm/drm_mipi_dsi.h>
#include <drm/drm_modes.h>
#include <drm/drm_panel.h>
struct s6e88a0_ams452ef01 { … };
static inline struct
s6e88a0_ams452ef01 *to_s6e88a0_ams452ef01(struct drm_panel *panel)
{ … }
static void s6e88a0_ams452ef01_reset(struct s6e88a0_ams452ef01 *ctx)
{ … }
static int s6e88a0_ams452ef01_on(struct s6e88a0_ams452ef01 *ctx)
{ … }
static int s6e88a0_ams452ef01_off(struct s6e88a0_ams452ef01 *ctx)
{ … }
static int s6e88a0_ams452ef01_prepare(struct drm_panel *panel)
{ … }
static int s6e88a0_ams452ef01_unprepare(struct drm_panel *panel)
{ … }
static const struct drm_display_mode s6e88a0_ams452ef01_mode = …;
static int s6e88a0_ams452ef01_get_modes(struct drm_panel *panel,
struct drm_connector *connector)
{ … }
static const struct drm_panel_funcs s6e88a0_ams452ef01_panel_funcs = …;
static int s6e88a0_ams452ef01_probe(struct mipi_dsi_device *dsi)
{ … }
static void s6e88a0_ams452ef01_remove(struct mipi_dsi_device *dsi)
{ … }
static const struct of_device_id s6e88a0_ams452ef01_of_match[] = …;
MODULE_DEVICE_TABLE(of, s6e88a0_ams452ef01_of_match);
static struct mipi_dsi_driver s6e88a0_ams452ef01_driver = …;
module_mipi_dsi_driver(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;