linux/drivers/gpu/drm/msm/dsi/dsi_cfg.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 */

#include "dsi_cfg.h"

static const char * const dsi_v2_bus_clk_names[] =;

static const struct regulator_bulk_data apq8064_dsi_regulators[] =;

static const struct msm_dsi_config apq8064_dsi_cfg =;

static const char * const dsi_6g_bus_clk_names[] =;

static const struct regulator_bulk_data msm8974_apq8084_regulators[] =;

static const struct msm_dsi_config msm8974_apq8084_dsi_cfg =;

static const char * const dsi_v1_3_1_clk_names[] =;

static const struct regulator_bulk_data dsi_v1_3_1_regulators[] =;

static const struct msm_dsi_config msm8916_dsi_cfg =;

static const struct msm_dsi_config msm8976_dsi_cfg =;

static const struct regulator_bulk_data msm8994_dsi_regulators[] =;

static const struct msm_dsi_config msm8994_dsi_cfg =;

static const struct regulator_bulk_data msm8996_dsi_regulators[] =;

static const struct msm_dsi_config msm8996_dsi_cfg =;

static const char * const dsi_msm8998_bus_clk_names[] =;

static const struct regulator_bulk_data msm8998_dsi_regulators[] =;

static const struct msm_dsi_config msm8998_dsi_cfg =;

static const char * const dsi_sdm660_bus_clk_names[] =;

static const struct regulator_bulk_data sdm660_dsi_regulators[] =;

static const struct msm_dsi_config sdm660_dsi_cfg =;

static const char * const dsi_v2_4_clk_names[] =;

static const struct regulator_bulk_data dsi_v2_4_regulators[] =;

static const struct msm_dsi_config sdm845_dsi_cfg =;

static const struct regulator_bulk_data sm8550_dsi_regulators[] =;

static const struct msm_dsi_config sm8550_dsi_cfg =;

static const struct regulator_bulk_data sm8650_dsi_regulators[] =;

static const struct msm_dsi_config sm8650_dsi_cfg =;

static const struct regulator_bulk_data sc7280_dsi_regulators[] =;

static const struct msm_dsi_config sc7280_dsi_cfg =;

static const struct msm_dsi_host_cfg_ops msm_dsi_v2_host_ops =;

static const struct msm_dsi_host_cfg_ops msm_dsi_6g_host_ops =;

static const struct msm_dsi_host_cfg_ops msm_dsi_6g_v2_host_ops =;

static const struct msm_dsi_cfg_handler dsi_cfg_handlers[] =;

const struct msm_dsi_cfg_handler *msm_dsi_cfg_get(u32 major, u32 minor)
{}