linux/drivers/media/usb/gspca/gl860/gl860-ov9655.c

// SPDX-License-Identifier: GPL-2.0-or-later
/* Subdriver for the GL860 chip with the OV9655 sensor
 * Author Olivier LORIN, from logs done by Simon (Sur3) and Almighurt
 * on dsd's weblog
 */

/* Sensor : OV9655 */

#include "gl860.h"

static struct validx tbl_init_at_startup[] =;

static struct validx tbl_commmon[] =;

static s32 tbl_length[] =;

static u8 *tbl_640[] =;

static u8 *tbl_1280[] =;

static u8 c04[] =;
static u8 dat_post1[] =;
static u8 dat_post2[] =;
static u8 dat_post3[] =;
static u8 dat_post4[] =;
static u8 dat_post5[] =;
static u8 dat_post6[] =;
static u8 dat_post7[] =;
static u8 dat_post8[] =;

static struct validx tbl_init_post_alt[] =;

static int  ov9655_init_at_startup(struct gspca_dev *gspca_dev);
static int  ov9655_configure_alt(struct gspca_dev *gspca_dev);
static int  ov9655_init_pre_alt(struct gspca_dev *gspca_dev);
static int  ov9655_init_post_alt(struct gspca_dev *gspca_dev);
static void ov9655_post_unset_alt(struct gspca_dev *gspca_dev);
static int  ov9655_camera_settings(struct gspca_dev *gspca_dev);
/*==========================================================================*/

void ov9655_init_settings(struct gspca_dev *gspca_dev)
{}

/*==========================================================================*/

static int ov9655_init_at_startup(struct gspca_dev *gspca_dev)
{}

static int ov9655_init_pre_alt(struct gspca_dev *gspca_dev)
{}

static int ov9655_init_post_alt(struct gspca_dev *gspca_dev)
{}

static int ov9655_configure_alt(struct gspca_dev *gspca_dev)
{}

static int ov9655_camera_settings(struct gspca_dev *gspca_dev)
{}

static void ov9655_post_unset_alt(struct gspca_dev *gspca_dev)
{}