#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of.h>
#include <video/mipi_display.h>
#include <drm/drm_mipi_dsi.h>
#include <drm/drm_modes.h>
#include <drm/drm_panel.h>
struct jdi_fhd_r63452 { … };
static inline struct jdi_fhd_r63452 *to_jdi_fhd_r63452(struct drm_panel *panel)
{ … }
static void jdi_fhd_r63452_reset(struct jdi_fhd_r63452 *ctx)
{ … }
static int jdi_fhd_r63452_on(struct jdi_fhd_r63452 *ctx)
{ … }
static int jdi_fhd_r63452_off(struct jdi_fhd_r63452 *ctx)
{ … }
static int jdi_fhd_r63452_prepare(struct drm_panel *panel)
{ … }
static int jdi_fhd_r63452_unprepare(struct drm_panel *panel)
{ … }
static const struct drm_display_mode jdi_fhd_r63452_mode = …;
static int jdi_fhd_r63452_get_modes(struct drm_panel *panel,
struct drm_connector *connector)
{ … }
static const struct drm_panel_funcs jdi_fhd_r63452_panel_funcs = …;
static int jdi_fhd_r63452_probe(struct mipi_dsi_device *dsi)
{ … }
static void jdi_fhd_r63452_remove(struct mipi_dsi_device *dsi)
{ … }
static const struct of_device_id jdi_fhd_r63452_of_match[] = …;
MODULE_DEVICE_TABLE(of, jdi_fhd_r63452_of_match);
static struct mipi_dsi_driver jdi_fhd_r63452_driver = …;
module_mipi_dsi_driver(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;