linux/drivers/media/usb/gspca/m5602/m5602_po1030.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Driver for the po1030 sensor
 *
 * Copyright (c) 2008 Erik Andrén
 * Copyright (c) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
 * Copyright (c) 2005 m5603x Linux Driver Project <[email protected]>
 *
 * Portions of code to USB interface and ALi driver software,
 * Copyright (c) 2006 Willem Duinker
 * v4l2 interface modeled after the V4L2 driver
 * for SN9C10x PC Camera Controllers
 */

#define pr_fmt(fmt)

#include "m5602_po1030.h"

static int po1030_s_ctrl(struct v4l2_ctrl *ctrl);
static void po1030_dump_registers(struct sd *sd);

static const unsigned char preinit_po1030[][3] =;

static const unsigned char init_po1030[][3] =;

static struct v4l2_pix_format po1030_modes[] =;

static const struct v4l2_ctrl_ops po1030_ctrl_ops =;

static const struct v4l2_ctrl_config po1030_greenbal_cfg =;

int po1030_probe(struct sd *sd)
{}

int po1030_init(struct sd *sd)
{}

int po1030_init_controls(struct sd *sd)
{}

int po1030_start(struct sd *sd)
{}

static int po1030_set_exposure(struct gspca_dev *gspca_dev, __s32 val)
{}

static int po1030_set_gain(struct gspca_dev *gspca_dev, __s32 val)
{}

static int po1030_set_hvflip(struct gspca_dev *gspca_dev)
{}

static int po1030_set_red_balance(struct gspca_dev *gspca_dev, __s32 val)
{}

static int po1030_set_blue_balance(struct gspca_dev *gspca_dev, __s32 val)
{}

static int po1030_set_green_balance(struct gspca_dev *gspca_dev, __s32 val)
{}

static int po1030_set_auto_white_balance(struct gspca_dev *gspca_dev,
					 __s32 val)
{}

static int po1030_set_auto_exposure(struct gspca_dev *gspca_dev,
				    __s32 val)
{}

void po1030_disconnect(struct sd *sd)
{}

static int po1030_s_ctrl(struct v4l2_ctrl *ctrl)
{}

static void po1030_dump_registers(struct sd *sd)
{}