#define pr_fmt(fmt) …
#include "stv06xx_st6422.h"
static struct v4l2_pix_format st6422_mode[] = …;
static int setbrightness(struct sd *sd, s32 val);
static int setcontrast(struct sd *sd, s32 val);
static int setgain(struct sd *sd, u8 gain);
static int setexposure(struct sd *sd, s16 expo);
static int st6422_s_ctrl(struct v4l2_ctrl *ctrl)
{ … }
static const struct v4l2_ctrl_ops st6422_ctrl_ops = …;
static int st6422_init_controls(struct sd *sd)
{ … }
static int st6422_probe(struct sd *sd)
{ … }
static int st6422_init(struct sd *sd)
{ … }
static int setbrightness(struct sd *sd, s32 val)
{ … }
static int setcontrast(struct sd *sd, s32 val)
{ … }
static int setgain(struct sd *sd, u8 gain)
{ … }
static int setexposure(struct sd *sd, s16 expo)
{ … }
static int st6422_start(struct sd *sd)
{ … }
static int st6422_stop(struct sd *sd)
{ … }