linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c
 *
 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com/
 */

#include "regs-mfc.h"
#include "s5p_mfc_cmd.h"
#include "s5p_mfc_common.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_cmd_v5.h"

/* This function is used to send a command to the MFC */
static int s5p_mfc_cmd_host2risc_v5(struct s5p_mfc_dev *dev, int cmd,
				    const struct s5p_mfc_cmd_args *args)
{}

/* Initialize the MFC */
static int s5p_mfc_sys_init_cmd_v5(struct s5p_mfc_dev *dev)
{}

/* Suspend the MFC hardware */
static int s5p_mfc_sleep_cmd_v5(struct s5p_mfc_dev *dev)
{}

/* Wake up the MFC hardware */
static int s5p_mfc_wakeup_cmd_v5(struct s5p_mfc_dev *dev)
{}


static int s5p_mfc_open_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
{}

static int s5p_mfc_close_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
{}

/* Initialize cmd function pointers for MFC v5 */
static const struct s5p_mfc_hw_cmds s5p_mfc_cmds_v5 =;

const struct s5p_mfc_hw_cmds *s5p_mfc_init_hw_cmds_v5(void)
{}