linux/drivers/gpu/drm/panel/panel-samsung-sofef00.c

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2020 Caleb Connolly <[email protected]>
 * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 */

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

#include <video/mipi_display.h>

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

struct sofef00_panel {};

static inline
struct sofef00_panel *to_sofef00_panel(struct drm_panel *panel)
{}

static void sofef00_panel_reset(struct sofef00_panel *ctx)
{}

static int sofef00_panel_on(struct sofef00_panel *ctx)
{}

static int sofef00_panel_off(struct sofef00_panel *ctx)
{}

static int sofef00_panel_prepare(struct drm_panel *panel)
{}

static int sofef00_panel_unprepare(struct drm_panel *panel)
{}

static const struct drm_display_mode enchilada_panel_mode =;

static const struct drm_display_mode fajita_panel_mode =;

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

static const struct drm_panel_funcs sofef00_panel_panel_funcs =;

static int sofef00_panel_bl_update_status(struct backlight_device *bl)
{}

static const struct backlight_ops sofef00_panel_bl_ops =;

static struct backlight_device *
sofef00_create_backlight(struct mipi_dsi_device *dsi)
{}

static int sofef00_panel_probe(struct mipi_dsi_device *dsi)
{}

static void sofef00_panel_remove(struct mipi_dsi_device *dsi)
{}

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

static struct mipi_dsi_driver sofef00_panel_driver =;

module_mipi_dsi_driver();

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