Lines Matching defs:gspca_dev
45 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in stv06xx_write_bridge() local
67 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in stv06xx_read_bridge() local
116 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in stv06xx_write_sensor_bytes() local
146 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in stv06xx_write_sensor_words() local
178 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in stv06xx_read_sensor() local
251 static int stv06xx_init(struct gspca_dev *gspca_dev) in stv06xx_init()
271 static int stv06xx_init_controls(struct gspca_dev *gspca_dev) in stv06xx_init_controls()
282 static int stv06xx_start(struct gspca_dev *gspca_dev) in stv06xx_start()
318 static int stv06xx_isoc_init(struct gspca_dev *gspca_dev) in stv06xx_isoc_init()
331 static int stv06xx_isoc_nego(struct gspca_dev *gspca_dev) in stv06xx_isoc_nego()
355 static void stv06xx_stopN(struct gspca_dev *gspca_dev) in stv06xx_stopN()
386 static void stv06xx_pkt_scan(struct gspca_dev *gspca_dev, in stv06xx_pkt_scan()
502 static int sd_int_pkt_scan(struct gspca_dev *gspca_dev, in sd_int_pkt_scan()
544 static int stv06xx_config(struct gspca_dev *gspca_dev, in stv06xx_config()
611 struct gspca_dev *gspca_dev = usb_get_intfdata(intf); in sd_disconnect() local