Lines Matching defs:gspca_dev
147 struct gspca_dev gspca_dev; /* !! must be the first item */ member
195 static int val_reply(struct gspca_dev *gspca_dev, const char *reply, int rc) in val_reply()
212 static void reg_w(struct gspca_dev *gspca_dev, u16 value, u16 index) in reg_w()
236 static void reg_w_buf(struct gspca_dev *gspca_dev, in reg_w_buf()
245 static void setexposure(struct gspca_dev *gspca_dev, s32 val) in setexposure()
284 static void setggain(struct gspca_dev *gspca_dev, u16 global_gain) in setggain()
297 static void setbgain(struct gspca_dev *gspca_dev, in setbgain()
316 static void setrgain(struct gspca_dev *gspca_dev, in setrgain()
335 static void configure_wh(struct gspca_dev *gspca_dev) in configure_wh()
402 static void configure_encrypted(struct gspca_dev *gspca_dev) in configure_encrypted()
438 static int configure(struct gspca_dev *gspca_dev) in configure()
522 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
539 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
556 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
584 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
591 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
624 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()