Lines Matching refs:hdl
447 struct v4l2_ctrl_handler *hdl = &ctrls->handler;
449 int ret = v4l2_ctrl_handler_init(hdl, 22);
454 ctrls->auto_wb = v4l2_ctrl_new_std_menu(hdl, ops,
459 ctrls->auto_exposure = v4l2_ctrl_new_std_menu(hdl, ops,
462 ctrls->exposure_bias = v4l2_ctrl_new_int_menu(hdl, ops,
468 ctrls->exposure_metering = v4l2_ctrl_new_std_menu(hdl, ops,
473 ctrls->focus_auto = v4l2_ctrl_new_std(hdl, ops,
476 ctrls->af_start = v4l2_ctrl_new_std(hdl, ops,
479 ctrls->af_stop = v4l2_ctrl_new_std(hdl, ops,
482 ctrls->af_status = v4l2_ctrl_new_std(hdl, ops,
489 ctrls->af_distance = v4l2_ctrl_new_std_menu(hdl, ops,
496 ctrls->auto_iso = v4l2_ctrl_new_std_menu(hdl, ops,
500 ctrls->iso = v4l2_ctrl_new_int_menu(hdl, ops,
504 ctrls->contrast = v4l2_ctrl_new_std(hdl, ops,
507 ctrls->saturation = v4l2_ctrl_new_std(hdl, ops,
510 ctrls->sharpness = v4l2_ctrl_new_std(hdl, ops,
513 ctrls->zoom = v4l2_ctrl_new_std(hdl, ops,
516 ctrls->colorfx = v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_COLORFX,
519 ctrls->wdr = v4l2_ctrl_new_std(hdl, ops,
522 ctrls->stabilization = v4l2_ctrl_new_std(hdl, ops,
525 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_POWER_LINE_FREQUENCY,
529 ctrls->jpeg_quality = v4l2_ctrl_new_std(hdl, ops,
532 ctrls->scene_mode = v4l2_ctrl_new_std_menu(hdl, ops,
536 ctrls->aaa_lock = v4l2_ctrl_new_std(hdl, ops,
539 if (hdl->error) {
540 ret = hdl->error;
541 v4l2_ctrl_handler_free(hdl);
552 state->sensor_sd.ctrl_handler = hdl;