linux/drivers/gpu/drm/bridge/adv7511/adv7533.c

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

#include <linux/of_graph.h>

#include "adv7511.h"

static const struct reg_sequence adv7533_fixed_registers[] =;

static const struct reg_sequence adv7533_cec_fixed_registers[] =;

static void adv7511_dsi_config_timing_gen(struct adv7511 *adv)
{}

void adv7533_dsi_power_on(struct adv7511 *adv)
{}

void adv7533_dsi_power_off(struct adv7511 *adv)
{}

enum drm_mode_status adv7533_mode_valid(struct adv7511 *adv,
					const struct drm_display_mode *mode)
{}

int adv7533_patch_registers(struct adv7511 *adv)
{}

int adv7533_patch_cec_registers(struct adv7511 *adv)
{}

int adv7533_attach_dsi(struct adv7511 *adv)
{}

int adv7533_parse_dt(struct device_node *np, struct adv7511 *adv)
{}