Lines Matching refs:ctrls
103 struct v4l2_ctrl_handler ctrls; member
848 struct ov5645, ctrls); in ov5645_s_ctrl()
1055 ret = v4l2_ctrl_handler_setup(&ov5645->ctrls); in ov5645_s_stream()
1217 v4l2_ctrl_handler_init(&ov5645->ctrls, 9); in ov5645_probe()
1218 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1220 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1222 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1224 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1226 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1228 v4l2_ctrl_new_std_menu(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1231 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1235 ov5645->pixel_clock = v4l2_ctrl_new_std(&ov5645->ctrls, in ov5645_probe()
1239 ov5645->link_freq = v4l2_ctrl_new_int_menu(&ov5645->ctrls, in ov5645_probe()
1247 ov5645->sd.ctrl_handler = &ov5645->ctrls; in ov5645_probe()
1249 if (ov5645->ctrls.error) { in ov5645_probe()
1251 __func__, ov5645->ctrls.error); in ov5645_probe()
1252 ret = ov5645->ctrls.error; in ov5645_probe()
1330 v4l2_ctrl_handler_free(&ov5645->ctrls); in ov5645_probe()
1343 v4l2_ctrl_handler_free(&ov5645->ctrls); in ov5645_remove()