• Home
  • Raw
  • Download

Lines Matching defs:gspca_dev

33 	struct gspca_dev gspca_dev;	/* !! must be the first item */  member
160 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
181 static void reg_w_val(struct gspca_dev *gspca_dev, in reg_w_val()
196 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
217 static int i2c_w(struct gspca_dev *gspca_dev, in i2c_w()
238 static int i2c_r(struct gspca_dev *gspca_dev, in i2c_r()
253 static int Et_WaitStatus(struct gspca_dev *gspca_dev) in Et_WaitStatus()
265 static int et_video(struct gspca_dev *gspca_dev, in et_video()
279 static void Et_init2(struct gspca_dev *gspca_dev) in Et_init2()
392 static void setbrightness(struct gspca_dev *gspca_dev, s32 val) in setbrightness()
400 static void setcontrast(struct gspca_dev *gspca_dev, s32 val) in setcontrast()
408 static void setcolors(struct gspca_dev *gspca_dev, s32 val) in setcolors()
427 static s32 getcolors(struct gspca_dev *gspca_dev) in getcolors()
439 static void setautogain(struct gspca_dev *gspca_dev) in setautogain()
449 static void Et_init1(struct gspca_dev *gspca_dev) in Et_init1()
550 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
570 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
584 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
600 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
605 static __u8 Et_getgainG(struct gspca_dev *gspca_dev) in Et_getgainG()
617 static void Et_setgainG(struct gspca_dev *gspca_dev, __u8 gain) in Et_setgainG()
634 static void do_autogain(struct gspca_dev *gspca_dev) in do_autogain()
671 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
700 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
731 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()