• Home
  • Raw
  • Download

Lines Matching refs:handler

696 	struct v4l2_ctrl_handler *handler = &isp->ctrls.handler;  in fimc_isp_subdev_create()  local
719 v4l2_ctrl_handler_init(handler, 20); in fimc_isp_subdev_create()
721 ctrls->saturation = v4l2_ctrl_new_std(handler, ops, V4L2_CID_SATURATION, in fimc_isp_subdev_create()
723 ctrls->brightness = v4l2_ctrl_new_std(handler, ops, V4L2_CID_BRIGHTNESS, in fimc_isp_subdev_create()
725 ctrls->contrast = v4l2_ctrl_new_std(handler, ops, V4L2_CID_CONTRAST, in fimc_isp_subdev_create()
727 ctrls->sharpness = v4l2_ctrl_new_std(handler, ops, V4L2_CID_SHARPNESS, in fimc_isp_subdev_create()
729 ctrls->hue = v4l2_ctrl_new_std(handler, ops, V4L2_CID_HUE, in fimc_isp_subdev_create()
732 ctrls->auto_wb = v4l2_ctrl_new_std_menu(handler, ops, in fimc_isp_subdev_create()
736 ctrls->exposure = v4l2_ctrl_new_std(handler, ops, in fimc_isp_subdev_create()
740 ctrls->exp_metering = v4l2_ctrl_new_std_menu(handler, ops, in fimc_isp_subdev_create()
744 v4l2_ctrl_new_std_menu(handler, ops, V4L2_CID_POWER_LINE_FREQUENCY, in fimc_isp_subdev_create()
748 ctrls->auto_iso = v4l2_ctrl_new_std_menu(handler, ops, in fimc_isp_subdev_create()
752 ctrls->iso = v4l2_ctrl_new_int_menu(handler, ops, in fimc_isp_subdev_create()
756 ctrls->aewb_lock = v4l2_ctrl_new_std(handler, ops, in fimc_isp_subdev_create()
760 ctrls->colorfx = v4l2_ctrl_new_std_menu(handler, ops, V4L2_CID_COLORFX, in fimc_isp_subdev_create()
763 if (handler->error) { in fimc_isp_subdev_create()
765 return handler->error; in fimc_isp_subdev_create()
771 sd->ctrl_handler = handler; in fimc_isp_subdev_create()
787 v4l2_ctrl_handler_free(&isp->ctrls.handler); in fimc_isp_subdev_destroy()