Lines Matching defs:gspca_dev
35 struct gspca_dev gspca_dev; /* !! must be the first item */ member
2903 static void reg_r_i(struct gspca_dev *gspca_dev, in reg_r_i()
2924 static void reg_r(struct gspca_dev *gspca_dev, in reg_r()
2940 static void reg_w_i(struct gspca_dev *gspca_dev, in reg_w_i()
2960 static void reg_w(struct gspca_dev *gspca_dev, in reg_w()
2971 static u16 read_sensor_register(struct gspca_dev *gspca_dev, in read_sensor_register()
3007 static int vc032x_probe_sensor(struct gspca_dev *gspca_dev) in vc032x_probe_sensor()
3061 static void i2c_write(struct gspca_dev *gspca_dev, in i2c_write()
3092 static void put_tab_to_reg(struct gspca_dev *gspca_dev, in put_tab_to_reg()
3102 static void usb_exchange(struct gspca_dev *gspca_dev, in usb_exchange()
3132 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
3148 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
3260 static void setbrightness(struct gspca_dev *gspca_dev, s32 val) in setbrightness()
3272 static void setcontrast(struct gspca_dev *gspca_dev, u8 val) in setcontrast()
3277 static void setcolors(struct gspca_dev *gspca_dev, u8 val) in setcolors()
3286 static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip) in sethvflip()
3324 static void setlightfreq(struct gspca_dev *gspca_dev, s32 val) in setlightfreq()
3335 static void setsharpness(struct gspca_dev *gspca_dev, s32 val) in setsharpness()
3359 static void setgain(struct gspca_dev *gspca_dev, u8 val) in setgain()
3364 static void setexposure(struct gspca_dev *gspca_dev, s32 val) in setexposure()
3374 static void setautogain(struct gspca_dev *gspca_dev, s32 val) in setautogain()
3381 static void setgamma(struct gspca_dev *gspca_dev) in setgamma()
3387 static void setbacklight(struct gspca_dev *gspca_dev, s32 val) in setbacklight()
3416 static void setwb(struct gspca_dev *gspca_dev) in setwb()
3425 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
3585 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
3605 static void sd_stop0(struct gspca_dev *gspca_dev) in sd_stop0()
3624 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
3655 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
3703 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()