Lines Matching defs:gspca_dev

33 	struct gspca_dev gspca_dev;	/* !! must be the first item */  member
233 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
255 static void reg_w_val(struct gspca_dev *gspca_dev, in reg_w_val()
270 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
292 static int i2c_w(struct gspca_dev *gspca_dev, in i2c_w()
313 static int i2c_r(struct gspca_dev *gspca_dev, in i2c_r()
328 static int Et_WaitStatus(struct gspca_dev *gspca_dev) in Et_WaitStatus()
340 static int et_video(struct gspca_dev *gspca_dev, in et_video()
354 static void Et_init2(struct gspca_dev *gspca_dev) in Et_init2()
467 static void setbrightness(struct gspca_dev *gspca_dev) in setbrightness()
477 static void setcontrast(struct gspca_dev *gspca_dev) in setcontrast()
487 static void setcolors(struct gspca_dev *gspca_dev) in setcolors()
507 static void getcolors(struct gspca_dev *gspca_dev) in getcolors()
518 static void setautogain(struct gspca_dev *gspca_dev) in setautogain()
528 static void Et_init1(struct gspca_dev *gspca_dev) in Et_init1()
630 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
655 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
669 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
685 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
690 static __u8 Et_getgainG(struct gspca_dev *gspca_dev) in Et_getgainG()
702 static void Et_setgainG(struct gspca_dev *gspca_dev, __u8 gain) in Et_setgainG()
719 static void do_autogain(struct gspca_dev *gspca_dev) in do_autogain()
756 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
783 static int sd_setbrightness(struct gspca_dev *gspca_dev, __s32 val) in sd_setbrightness()
793 static int sd_getbrightness(struct gspca_dev *gspca_dev, __s32 *val) in sd_getbrightness()
801 static int sd_setcontrast(struct gspca_dev *gspca_dev, __s32 val) in sd_setcontrast()
811 static int sd_getcontrast(struct gspca_dev *gspca_dev, __s32 *val) in sd_getcontrast()
819 static int sd_setcolors(struct gspca_dev *gspca_dev, __s32 val) in sd_setcolors()
829 static int sd_getcolors(struct gspca_dev *gspca_dev, __s32 *val) in sd_getcolors()
837 static int sd_setautogain(struct gspca_dev *gspca_dev, __s32 val) in sd_setautogain()
847 static int sd_getautogain(struct gspca_dev *gspca_dev, __s32 *val) in sd_getautogain()