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

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

#include "dsi.h"

bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi)
{}

struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi)
{}

bool msm_dsi_wide_bus_enabled(struct msm_dsi *msm_dsi)
{}

static int dsi_get_phy(struct msm_dsi *msm_dsi)
{}

static void dsi_destroy(struct msm_dsi *msm_dsi)
{}

static struct msm_dsi *dsi_init(struct platform_device *pdev)
{}

static int dsi_bind(struct device *dev, struct device *master, void *data)
{}

static void dsi_unbind(struct device *dev, struct device *master,
		void *data)
{}

static const struct component_ops dsi_ops =;

int dsi_dev_attach(struct platform_device *pdev)
{}

void dsi_dev_detach(struct platform_device *pdev)
{}

static int dsi_dev_probe(struct platform_device *pdev)
{}

static void dsi_dev_remove(struct platform_device *pdev)
{}

static const struct of_device_id dt_match[] =;

static const struct dev_pm_ops dsi_pm_ops =;

static struct platform_driver dsi_driver =;

void __init msm_dsi_register(void)
{}

void __exit msm_dsi_unregister(void)
{}

int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, struct drm_device *dev,
			 struct drm_encoder *encoder)
{}

void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi)
{}