Lines Matching refs:gspca_dev
174 static int hdcs_set_exposure(struct gspca_dev *gspca_dev, __s32 val) in hdcs_set_exposure() argument
176 struct sd *sd = (struct sd *) gspca_dev; in hdcs_set_exposure()
281 static int hdcs_set_gain(struct gspca_dev *gspca_dev, __s32 val) in hdcs_set_gain() argument
284 return hdcs_set_gains((struct sd *) gspca_dev, in hdcs_set_gain()
338 struct gspca_dev *gspca_dev = in hdcs_s_ctrl() local
339 container_of(ctrl->handler, struct gspca_dev, ctrl_handler); in hdcs_s_ctrl()
344 err = hdcs_set_gain(gspca_dev, ctrl->val); in hdcs_s_ctrl()
347 err = hdcs_set_exposure(gspca_dev, ctrl->val); in hdcs_s_ctrl()
359 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; in hdcs_init_controls()
381 sd->gspca_dev.cam.cam_mode = hdcs1x00_mode; in hdcs_probe_1x00()
382 sd->gspca_dev.cam.nmodes = ARRAY_SIZE(hdcs1x00_mode); in hdcs_probe_1x00()
438 sd->gspca_dev.cam.cam_mode = hdcs1020_mode; in hdcs_probe_1020()
439 sd->gspca_dev.cam.nmodes = ARRAY_SIZE(hdcs1020_mode); in hdcs_probe_1020()
470 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in hdcs_start() local
479 struct gspca_dev *gspca_dev = (struct gspca_dev *)sd; in hdcs_stop() local