Lines Matching refs:capture

25 		*width = isp_dev->capture.format.fmt.pix.width;
27 *height = isp_dev->capture.format.fmt.pix.height;
34 *pixelformat = isp_dev->capture.format.fmt.pix.pixelformat;
152 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
189 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
219 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
250 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
267 unsigned int size = isp_dev->capture.format.fmt.pix.sizeimage;
283 unsigned int size = isp_dev->capture.format.fmt.pix.sizeimage;
300 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
319 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
320 struct video_device *video_dev = &isp_dev->capture.video_dev;
352 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
353 struct video_device *video_dev = &isp_dev->capture.video_dev;
428 struct video_device *video_dev = &isp_dev->capture.video_dev;
456 *format = isp_dev->capture.format;
466 if (vb2_is_busy(&isp_dev->capture.queue))
471 isp_dev->capture.format = *format;
539 struct video_device *video_dev = &isp_dev->capture.video_dev;
540 struct mutex *lock = &isp_dev->capture.lock;
570 struct video_device *video_dev = &isp_dev->capture.video_dev;
571 struct mutex *lock = &isp_dev->capture.lock;
626 struct sun6i_isp_capture *capture = &isp_dev->capture;
627 struct sun6i_isp_capture_state *state = &capture->state;
630 struct video_device *video_dev = &capture->video_dev;
631 struct vb2_queue *queue = &capture->queue;
632 struct media_pad *pad = &capture->pad;
633 struct v4l2_format *format = &capture->format;
656 mutex_init(&capture->lock);
665 queue->lock = &capture->lock;
695 video_dev->lock = &capture->lock;
729 mutex_destroy(&capture->lock);
736 struct sun6i_isp_capture *capture = &isp_dev->capture;
737 struct video_device *video_dev = &capture->video_dev;
741 mutex_destroy(&capture->lock);