Searched refs:V4L2_CTRL_COUNT (Results 1 – 2 of 2) sorted by relevance
16 #define V4L2_CTRL_COUNT 29 /* number of v4l controls */ macro43 struct v4l2_ctrl *ctrls[V4L2_CTRL_COUNT];
909 static const struct bcm2835_mmal_v4l2_ctrl v4l2_ctrls[V4L2_CTRL_COUNT] = {1253 for (c = 0; c < V4L2_CTRL_COUNT; c++) { in bcm2835_mmal_set_all_camera_controls()1318 v4l2_ctrl_handler_init(hdl, V4L2_CTRL_COUNT); in bcm2835_mmal_init_controls()1320 for (c = 0; c < V4L2_CTRL_COUNT; c++) { in bcm2835_mmal_init_controls()1376 V4L2_CTRL_COUNT, ctrl->id); in bcm2835_mmal_init_controls()1380 for (c = 0; c < V4L2_CTRL_COUNT; c++) { in bcm2835_mmal_init_controls()
Completed in 7 milliseconds