Lines Matching defs:gspca_dev

22 	struct gspca_dev gspca_dev;	/* !! must be the first item */  member
2890 static void reg_r_i(struct gspca_dev *gspca_dev, in reg_r_i()
2916 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
2933 static void reg_w_i(struct gspca_dev *gspca_dev, in reg_w_i()
2953 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
2964 static u16 read_sensor_register(struct gspca_dev *gspca_dev, in read_sensor_register()
3000 static int vc032x_probe_sensor(struct gspca_dev *gspca_dev) in vc032x_probe_sensor()
3055 static void i2c_write(struct gspca_dev *gspca_dev, in i2c_write()
3087 static void put_tab_to_reg(struct gspca_dev *gspca_dev, in put_tab_to_reg()
3097 static void usb_exchange(struct gspca_dev *gspca_dev, in usb_exchange()
3127 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
3143 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
3255 static void setbrightness(struct gspca_dev *gspca_dev, s32 val) in setbrightness()
3267 static void setcontrast(struct gspca_dev *gspca_dev, u8 val) in setcontrast()
3272 static void setcolors(struct gspca_dev *gspca_dev, u8 val) in setcolors()
3281 static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip) in sethvflip()
3319 static void setlightfreq(struct gspca_dev *gspca_dev, s32 val) in setlightfreq()
3330 static void setsharpness(struct gspca_dev *gspca_dev, s32 val) in setsharpness()
3354 static void setgain(struct gspca_dev *gspca_dev, u8 val) in setgain()
3359 static void setexposure(struct gspca_dev *gspca_dev, s32 val) in setexposure()
3369 static void setautogain(struct gspca_dev *gspca_dev, s32 val) in setautogain()
3376 static void setgamma(struct gspca_dev *gspca_dev) in setgamma()
3382 static void setbacklight(struct gspca_dev *gspca_dev, s32 val) in setbacklight()
3411 static void setwb(struct gspca_dev *gspca_dev) in setwb()
3420 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
3580 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
3600 static void sd_stop0(struct gspca_dev *gspca_dev) in sd_stop0()
3619 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
3650 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
3698 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()