linux/drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2023 Alexander Warnecke <[email protected]>
 * Copyright (c) 2023 Manuel Traut <[email protected]>
 * Copyright (c) 2023 Dang Huynh <[email protected]>
 */

#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/regulator/consumer.h>

#include <drm/drm_connector.h>
#include <drm/drm_mipi_dsi.h>
#include <drm/drm_modes.h>
#include <drm/drm_panel.h>
#include <drm/drm_probe_helper.h>

struct boe_th101mb31ig002;

struct panel_desc {};

struct boe_th101mb31ig002 {};

static void boe_th101mb31ig002_reset(struct boe_th101mb31ig002 *ctx)
{}

static int boe_th101mb31ig002_enable(struct boe_th101mb31ig002 *ctx)
{}

static int starry_er88577_init_cmd(struct boe_th101mb31ig002 *ctx)
{}

static int boe_th101mb31ig002_disable(struct drm_panel *panel)
{}

static int boe_th101mb31ig002_unprepare(struct drm_panel *panel)
{}

static int boe_th101mb31ig002_prepare(struct drm_panel *panel)
{}

static const struct drm_display_mode boe_th101mb31ig002_default_mode =;

static const struct panel_desc boe_th101mb31ig002_desc =;

static const struct drm_display_mode starry_er88577_default_mode =;

static const struct panel_desc starry_er88577_desc =;

static int boe_th101mb31ig002_get_modes(struct drm_panel *panel,
					struct drm_connector *connector)
{}

static enum drm_panel_orientation
boe_th101mb31ig002_get_orientation(struct drm_panel *panel)
{}

static const struct drm_panel_funcs boe_th101mb31ig002_funcs =;

static int boe_th101mb31ig002_dsi_probe(struct mipi_dsi_device *dsi)
{}

static void boe_th101mb31ig002_dsi_remove(struct mipi_dsi_device *dsi)
{}

static const struct of_device_id boe_th101mb31ig002_of_match[] =;
MODULE_DEVICE_TABLE(of, boe_th101mb31ig002_of_match);

static struct mipi_dsi_driver boe_th101mb31ig002_driver =;
module_mipi_dsi_driver();

MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();