Lines Matching defs:gspca_dev
35 struct gspca_dev gspca_dev; /* !! must be the first item */ member
3157 static void reg_r_i(struct gspca_dev *gspca_dev, in reg_r_i()
3178 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
3199 static void reg_w_i(struct gspca_dev *gspca_dev, in reg_w_i()
3219 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
3232 static u16 read_sensor_register(struct gspca_dev *gspca_dev, in read_sensor_register()
3268 static int vc032x_probe_sensor(struct gspca_dev *gspca_dev) in vc032x_probe_sensor()
3323 static void i2c_write(struct gspca_dev *gspca_dev, in i2c_write()
3356 static void put_tab_to_reg(struct gspca_dev *gspca_dev, in put_tab_to_reg()
3366 static void usb_exchange(struct gspca_dev *gspca_dev, in usb_exchange()
3396 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
3424 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
3537 static void setbrightness(struct gspca_dev *gspca_dev) in setbrightness()
3552 static void setcontrast(struct gspca_dev *gspca_dev) in setcontrast()
3561 static void setcolors(struct gspca_dev *gspca_dev) in setcolors()
3573 static void sethvflip(struct gspca_dev *gspca_dev) in sethvflip()
3613 static void setlightfreq(struct gspca_dev *gspca_dev) in setlightfreq()
3624 static void setsharpness(struct gspca_dev *gspca_dev) in setsharpness()
3648 static void setgain(struct gspca_dev *gspca_dev) in setgain()
3657 static void setexposure(struct gspca_dev *gspca_dev) in setexposure()
3670 static void setautogain(struct gspca_dev *gspca_dev) in setautogain()
3680 static void setgamma(struct gspca_dev *gspca_dev) in setgamma()
3686 static void setbacklight(struct gspca_dev *gspca_dev) in setbacklight()
3716 static void setwb(struct gspca_dev *gspca_dev) in setwb()
3725 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
3895 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
3915 static void sd_stop0(struct gspca_dev *gspca_dev) in sd_stop0()
3934 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
3963 static int sd_setbrightness(struct gspca_dev *gspca_dev, __s32 val) in sd_setbrightness()
3973 static int sd_getbrightness(struct gspca_dev *gspca_dev, __s32 *val) in sd_getbrightness()
3981 static int sd_setcontrast(struct gspca_dev *gspca_dev, __s32 val) in sd_setcontrast()
3991 static int sd_getcontrast(struct gspca_dev *gspca_dev, __s32 *val) in sd_getcontrast()
3999 static int sd_setcolors(struct gspca_dev *gspca_dev, __s32 val) in sd_setcolors()
4009 static int sd_getcolors(struct gspca_dev *gspca_dev, __s32 *val) in sd_getcolors()
4017 static int sd_sethflip(struct gspca_dev *gspca_dev, __s32 val) in sd_sethflip()
4027 static int sd_gethflip(struct gspca_dev *gspca_dev, __s32 *val) in sd_gethflip()
4035 static int sd_setvflip(struct gspca_dev *gspca_dev, __s32 val) in sd_setvflip()
4045 static int sd_getvflip(struct gspca_dev *gspca_dev, __s32 *val) in sd_getvflip()
4053 static int sd_setfreq(struct gspca_dev *gspca_dev, __s32 val) in sd_setfreq()
4063 static int sd_getfreq(struct gspca_dev *gspca_dev, __s32 *val) in sd_getfreq()
4071 static int sd_setsharpness(struct gspca_dev *gspca_dev, __s32 val) in sd_setsharpness()
4081 static int sd_getsharpness(struct gspca_dev *gspca_dev, __s32 *val) in sd_getsharpness()
4089 static int sd_setgain(struct gspca_dev *gspca_dev, __s32 val) in sd_setgain()
4099 static int sd_getgain(struct gspca_dev *gspca_dev, __s32 *val) in sd_getgain()
4107 static int sd_setexposure(struct gspca_dev *gspca_dev, __s32 val) in sd_setexposure()
4117 static int sd_getexposure(struct gspca_dev *gspca_dev, __s32 *val) in sd_getexposure()
4125 static int sd_setautogain(struct gspca_dev *gspca_dev, __s32 val) in sd_setautogain()
4136 static int sd_getautogain(struct gspca_dev *gspca_dev, __s32 *val) in sd_getautogain()
4144 static int sd_setbacklight(struct gspca_dev *gspca_dev, __s32 val) in sd_setbacklight()
4155 static int sd_getbacklight(struct gspca_dev *gspca_dev, __s32 *val) in sd_getbacklight()
4163 static int sd_querymenu(struct gspca_dev *gspca_dev, in sd_querymenu()