Lines Matching defs:ctrls
25 #include <media/v4l2-ctrls.h>
106 struct v4l2_ctrl_handler ctrls;
1218 struct ov5647, ctrls);
1298 v4l2_ctrl_handler_init(&sensor->ctrls, 9);
1300 v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1303 v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1306 v4l2_ctrl_new_std_menu(&sensor->ctrls, &ov5647_ctrl_ops,
1312 sensor->exposure = v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1319 v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1323 sensor->pixel_rate = v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1331 sensor->hblank = v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1335 sensor->vblank = v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops,
1342 v4l2_ctrl_new_std_menu_items(&sensor->ctrls, &ov5647_ctrl_ops,
1347 if (sensor->ctrls.error)
1352 sensor->sd.ctrl_handler = &sensor->ctrls;
1358 __func__, sensor->ctrls.error);
1359 v4l2_ctrl_handler_free(&sensor->ctrls);
1361 return sensor->ctrls.error;
1474 v4l2_ctrl_handler_free(&sensor->ctrls);
1488 v4l2_ctrl_handler_free(&sensor->ctrls);