linux/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
 *		      Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
 * Copyright (c) 2002, 2003 Tuukka Toivonen
 * Copyright (c) 2008 Erik Andrén
 *
 * P/N 861037:      Sensor HDCS1000        ASIC STV0600
 * P/N 861050-0010: Sensor HDCS1000        ASIC STV0600
 * P/N 861050-0020: Sensor Photobit PB100  ASIC STV0600-1 - QuickCam Express
 * P/N 861055:      Sensor ST VV6410       ASIC STV0610   - LEGO cam
 * P/N 861075-0040: Sensor HDCS1000        ASIC
 * P/N 961179-0700: Sensor ST VV6410       ASIC STV0602   - Dexxa WebCam USB
 * P/N 861040-0000: Sensor ST VV6410       ASIC STV0610   - QuickCam Web
 */

#define pr_fmt(fmt)

#include "stv06xx_vv6410.h"

static struct v4l2_pix_format vv6410_mode[] =;

static int vv6410_s_ctrl(struct v4l2_ctrl *ctrl)
{}

static const struct v4l2_ctrl_ops vv6410_ctrl_ops =;

static int vv6410_probe(struct sd *sd)
{}

static int vv6410_init_controls(struct sd *sd)
{}

static int vv6410_init(struct sd *sd)
{}

static int vv6410_start(struct sd *sd)
{}

static int vv6410_stop(struct sd *sd)
{}

static int vv6410_dump(struct sd *sd)
{}

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

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

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

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