linux/drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c

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

#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/regulator/consumer.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_tv101wum_ll2 {};

static const struct regulator_bulk_data boe_tv101wum_ll2_supplies[] =;

static inline struct boe_tv101wum_ll2 *to_boe_tv101wum_ll2(struct drm_panel *panel)
{}

static void boe_tv101wum_ll2_reset(struct boe_tv101wum_ll2 *ctx)
{}

static int boe_tv101wum_ll2_on(struct boe_tv101wum_ll2 *ctx)
{}

static void boe_tv101wum_ll2_off(struct boe_tv101wum_ll2 *ctx)
{}

static int boe_tv101wum_ll2_prepare(struct drm_panel *panel)
{}

static int boe_tv101wum_ll2_unprepare(struct drm_panel *panel)
{}

static const struct drm_display_mode boe_tv101wum_ll2_mode =;

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

static const struct drm_panel_funcs boe_tv101wum_ll2_panel_funcs =;

static int boe_tv101wum_ll2_probe(struct mipi_dsi_device *dsi)
{}

static void boe_tv101wum_ll2_remove(struct mipi_dsi_device *dsi)
{}

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

static struct mipi_dsi_driver boe_tv101wum_ll2_driver =;
module_mipi_dsi_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();