#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)
{ … }