Lines Matching refs:ctrls
79 struct v4l2_ctrl_handler ctrls; member
864 struct ov7251, ctrls); in ov7251_s_ctrl()
1151 ret = __v4l2_ctrl_handler_setup(&ov7251->ctrls); in ov7251_s_stream()
1341 v4l2_ctrl_handler_init(&ov7251->ctrls, 7); in ov7251_probe()
1342 ov7251->ctrls.lock = &ov7251->lock; in ov7251_probe()
1344 v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
1346 v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
1348 ov7251->exposure = v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
1350 ov7251->gain = v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
1352 v4l2_ctrl_new_std_menu_items(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
1356 ov7251->pixel_clock = v4l2_ctrl_new_std(&ov7251->ctrls, in ov7251_probe()
1360 ov7251->link_freq = v4l2_ctrl_new_int_menu(&ov7251->ctrls, in ov7251_probe()
1368 ov7251->sd.ctrl_handler = &ov7251->ctrls; in ov7251_probe()
1370 if (ov7251->ctrls.error) { in ov7251_probe()
1372 __func__, ov7251->ctrls.error); in ov7251_probe()
1373 ret = ov7251->ctrls.error; in ov7251_probe()
1465 v4l2_ctrl_handler_free(&ov7251->ctrls); in ov7251_probe()
1478 v4l2_ctrl_handler_free(&ov7251->ctrls); in ov7251_remove()