linux/drivers/gpu/drm/panel/panel-synaptics-r63353.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Synaptics R63353 Controller driver
 *
 * Copyright (C) 2020 BSH Hausgerate GmbH
 */

#include <linux/delay.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/media-bus-format.h>

#include <linux/gpio/consumer.h>
#include <linux/regulator/consumer.h>

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

#include <video/mipi_display.h>

#define R63353_INSTR(...)

struct r63353_instr {};

static const struct r63353_instr sharp_ls068b3sx02_init[] =;

struct r63353_desc {};

struct r63353_panel {};

static inline struct r63353_panel *to_r63353_panel(struct drm_panel *panel)
{}

static int r63353_panel_power_on(struct r63353_panel *rpanel)
{}

static int r63353_panel_power_off(struct r63353_panel *rpanel)
{}

static int r63353_panel_activate(struct r63353_panel *rpanel)
{}

static int r63353_panel_prepare(struct drm_panel *panel)
{}

static int r63353_panel_deactivate(struct r63353_panel *rpanel)
{}

static int r63353_panel_unprepare(struct drm_panel *panel)
{}

static const struct drm_display_mode sharp_ls068b3sx02_timing =;

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

static const struct drm_panel_funcs r63353_panel_funcs =;

static int r63353_panel_probe(struct mipi_dsi_device *dsi)
{}

static void r63353_panel_remove(struct mipi_dsi_device *dsi)
{}

static void r63353_panel_shutdown(struct mipi_dsi_device *dsi)
{}

static const struct r63353_desc sharp_ls068b3sx02_data =;

static const struct of_device_id r63353_of_match[] =;

MODULE_DEVICE_TABLE(of, r63353_of_match);

static struct mipi_dsi_driver r63353_panel_driver =;

module_mipi_dsi_driver();

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