Lines Matching defs:ctrls
508 idx = is->isp.ctrls.iso->val;
689 struct v4l2_ctrl_handler *handler = &isp->ctrls.handler;
691 struct fimc_isp_ctrls *ctrls = &isp->ctrls;
714 ctrls->saturation = v4l2_ctrl_new_std(handler, ops, V4L2_CID_SATURATION,
716 ctrls->brightness = v4l2_ctrl_new_std(handler, ops, V4L2_CID_BRIGHTNESS,
718 ctrls->contrast = v4l2_ctrl_new_std(handler, ops, V4L2_CID_CONTRAST,
720 ctrls->sharpness = v4l2_ctrl_new_std(handler, ops, V4L2_CID_SHARPNESS,
722 ctrls->hue = v4l2_ctrl_new_std(handler, ops, V4L2_CID_HUE,
725 ctrls->auto_wb = v4l2_ctrl_new_std_menu(handler, ops,
729 ctrls->exposure = v4l2_ctrl_new_std(handler, ops,
733 ctrls->exp_metering = v4l2_ctrl_new_std_menu(handler, ops,
741 ctrls->auto_iso = v4l2_ctrl_new_std_menu(handler, ops,
745 ctrls->iso = v4l2_ctrl_new_int_menu(handler, ops,
749 ctrls->aewb_lock = v4l2_ctrl_new_std(handler, ops,
753 ctrls->colorfx = v4l2_ctrl_new_std_menu(handler, ops, V4L2_CID_COLORFX,
761 v4l2_ctrl_auto_cluster(2, &ctrls->auto_iso,
780 v4l2_ctrl_handler_free(&isp->ctrls.handler);