Lines Matching defs:gspca_dev
20 struct gspca_dev gspca_dev; /* !! must be the first item */ member
147 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
168 static void reg_w_val(struct gspca_dev *gspca_dev, in reg_w_val()
183 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
205 static int i2c_w(struct gspca_dev *gspca_dev, in i2c_w()
226 static int i2c_r(struct gspca_dev *gspca_dev, in i2c_r()
241 static int Et_WaitStatus(struct gspca_dev *gspca_dev) in Et_WaitStatus()
253 static int et_video(struct gspca_dev *gspca_dev, in et_video()
267 static void Et_init2(struct gspca_dev *gspca_dev) in Et_init2()
380 static void setbrightness(struct gspca_dev *gspca_dev, s32 val) in setbrightness()
388 static void setcontrast(struct gspca_dev *gspca_dev, s32 val) in setcontrast()
396 static void setcolors(struct gspca_dev *gspca_dev, s32 val) in setcolors()
413 static s32 getcolors(struct gspca_dev *gspca_dev) in getcolors()
425 static void setautogain(struct gspca_dev *gspca_dev) in setautogain()
435 static void Et_init1(struct gspca_dev *gspca_dev) in Et_init1()
536 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
556 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
570 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
586 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
591 static __u8 Et_getgainG(struct gspca_dev *gspca_dev) in Et_getgainG()
604 static void Et_setgainG(struct gspca_dev *gspca_dev, __u8 gain) in Et_setgainG()
621 static void do_autogain(struct gspca_dev *gspca_dev) in do_autogain()
658 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
687 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
718 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()