Lines Matching defs:gspca_dev
365 struct gspca_dev gspca_dev; /* !! must be the first item */ member
409 static int cpia_usb_transferCmd(struct gspca_dev *gspca_dev, u8 *command) in cpia_usb_transferCmd()
448 static int do_command(struct gspca_dev *gspca_dev, u16 command, in do_command()
566 static int do_command_extended(struct gspca_dev *gspca_dev, u16 command, in do_command_extended()
624 static void reset_camera_params(struct gspca_dev *gspca_dev) in reset_camera_params()
703 static void printstatus(struct gspca_dev *gspca_dev, struct cam_params *params) in printstatus()
712 static int goto_low_power(struct gspca_dev *gspca_dev) in goto_low_power()
738 static int goto_high_power(struct gspca_dev *gspca_dev) in goto_high_power()
767 static int get_version_information(struct gspca_dev *gspca_dev) in get_version_information()
780 static int save_camera_state(struct gspca_dev *gspca_dev) in save_camera_state()
791 static int command_setformat(struct gspca_dev *gspca_dev) in command_setformat()
808 static int command_setcolourparams(struct gspca_dev *gspca_dev) in command_setcolourparams()
817 static int command_setapcor(struct gspca_dev *gspca_dev) in command_setapcor()
827 static int command_setvloffset(struct gspca_dev *gspca_dev) in command_setvloffset()
837 static int command_setexposure(struct gspca_dev *gspca_dev) in command_setexposure()
873 static int command_setcolourbalance(struct gspca_dev *gspca_dev) in command_setcolourbalance()
903 static int command_setcompressiontarget(struct gspca_dev *gspca_dev) in command_setcompressiontarget()
913 static int command_setyuvtresh(struct gspca_dev *gspca_dev) in command_setyuvtresh()
922 static int command_setcompressionparams(struct gspca_dev *gspca_dev) in command_setcompressionparams()
939 static int command_setcompression(struct gspca_dev *gspca_dev) in command_setcompression()
948 static int command_setsensorfps(struct gspca_dev *gspca_dev) in command_setsensorfps()
957 static int command_setflickerctrl(struct gspca_dev *gspca_dev) in command_setflickerctrl()
968 static int command_setecptiming(struct gspca_dev *gspca_dev) in command_setecptiming()
976 static int command_pause(struct gspca_dev *gspca_dev) in command_pause()
981 static int command_resume(struct gspca_dev *gspca_dev) in command_resume()
989 static int command_setlights(struct gspca_dev *gspca_dev) in command_setlights()
1006 static int set_flicker(struct gspca_dev *gspca_dev, int on, int apply) in set_flicker()
1141 static void monitor_exposure(struct gspca_dev *gspca_dev) in monitor_exposure()
1392 static void restart_flicker(struct gspca_dev *gspca_dev) in restart_flicker()
1429 static int sd_config(struct gspca_dev *gspca_dev, in sd_config()
1468 static int sd_start(struct gspca_dev *gspca_dev) in sd_start()
1625 static void sd_stopN(struct gspca_dev *gspca_dev) in sd_stopN()
1653 static int sd_init(struct gspca_dev *gspca_dev) in sd_init()
1688 static void sd_pkt_scan(struct gspca_dev *gspca_dev, in sd_pkt_scan()
1727 static void sd_dq_callback(struct gspca_dev *gspca_dev) in sd_dq_callback()
1754 struct gspca_dev *gspca_dev = in sd_s_ctrl() local
1811 static int sd_init_controls(struct gspca_dev *gspca_dev) in sd_init_controls()