/*
 **************************************************************************
 * FunctionName: hi843s_ofilm_write_isp_seq;
 * Description : NA;
 * Input       : NA;
 * Output      : NA;
 * ReturnValue : NA;
 * Other       : NA;
 **************************************************************************
 */
static void hi843s_ofilm_write_isp_seq(const struct isp_reg_t *seq, u32 size)
{
       print_debug("Enter %s, seq[%#x], size=%d", __func__, (int)seq, size);
       k3_ispio_write_isp_seq(seq, size);
}
/*
 **************************************************************************
 * FunctionName: s5k3h2yx_samsungem_write_isp_seq;
 * Description : NA;
 * Input       : NA;
 * Output      : NA;
 * ReturnValue : NA;
 * Other       : NA;
 **************************************************************************
 */
static void s5k3h2yx_samsungem_write_isp_seq(const struct isp_reg_t *seq, u32 size)
{
	print_debug("Enter %s, seq[%#x], size=%d", __func__, (int)seq, size);
	k3_ispio_write_isp_seq(seq, size);
}
/*
 **************************************************************************
 * FunctionName: ov5648_ofilm_write_isp_seq;
 * Description : NA;
 * Input       : NA;
 * Output      : NA;
 * ReturnValue : NA;
 * Other       : NA;
 **************************************************************************
 */
static void ov5648_ofilm_write_isp_seq(const struct isp_reg_t *seq, u32 size)
{
	print_info("Enter %s, seq[%#x], size=%d", __func__, (int)seq, size);
	k3_ispio_write_isp_seq(seq, size);
}
Esempio n. 4
0
/*set sensor effect reg to isp*/
static int sonyimx214_init_isp_reg(void)
{    
    k3_ispio_write_isp_seq(sonyimx214_sensor.effect->isp_settings, CAMERA_MAX_SETTING_SIZE);
	return 0;
}