linux/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
 *
 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
 *
 * Authors: Younghwan Joo <[email protected]>
 *          Sylwester Nawrocki <[email protected]>
 */
#include <linux/delay.h>

#include "fimc-is.h"
#include "fimc-is-command.h"
#include "fimc-is-regs.h"
#include "fimc-is-sensor.h"

void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr)
{}

void fimc_is_fw_clear_irq2(struct fimc_is *is)
{}

void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is)
{}

int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is)
{}

int fimc_is_hw_set_param(struct fimc_is *is)
{}

static int __maybe_unused fimc_is_hw_set_tune(struct fimc_is *is)
{}

#define FIMC_IS_MAX_PARAMS

int fimc_is_hw_get_params(struct fimc_is *is, unsigned int num_args)
{}

void fimc_is_hw_set_isp_buf_mask(struct fimc_is *is, unsigned int mask)
{}

void fimc_is_hw_set_sensor_num(struct fimc_is *is)
{}

void fimc_is_hw_close_sensor(struct fimc_is *is, unsigned int index)
{}

void fimc_is_hw_get_setfile_addr(struct fimc_is *is)
{}

void fimc_is_hw_load_setfile(struct fimc_is *is)
{}

int fimc_is_hw_change_mode(struct fimc_is *is)
{}

void fimc_is_hw_stream_on(struct fimc_is *is)
{}

void fimc_is_hw_stream_off(struct fimc_is *is)
{}

void fimc_is_hw_subip_power_off(struct fimc_is *is)
{}

int fimc_is_itf_s_param(struct fimc_is *is, bool update)
{}

int fimc_is_itf_mode_change(struct fimc_is *is)
{}