Lines Matching refs:video
893 entity = &pipe->output->video.entity; in isp_pipeline_enable()
907 ret = v4l2_subdev_call(subdev, video, s_stream, mode); in isp_pipeline_enable()
912 v4l2_subdev_call(&isp->isp_aewb.subdev, video, in isp_pipeline_enable()
914 v4l2_subdev_call(&isp->isp_af.subdev, video, in isp_pipeline_enable()
916 v4l2_subdev_call(&isp->isp_hist.subdev, video, in isp_pipeline_enable()
983 entity = &pipe->output->video.entity; in isp_pipeline_disable()
999 video, s_stream, 0); in isp_pipeline_disable()
1001 video, s_stream, 0); in isp_pipeline_disable()
1003 video, s_stream, 0); in isp_pipeline_disable()
1006 ret = v4l2_subdev_call(subdev, video, s_stream, 0); in isp_pipeline_disable()
1402 struct isp_video *video = pipe->output; in omap3isp_module_sync_idle() local
1404 spin_lock_irqsave(&video->irqlock, flags); in omap3isp_module_sync_idle()
1405 if (video->dmaqueue_flags & ISP_VIDEO_DMAQUEUE_UNDERRUN) { in omap3isp_module_sync_idle()
1406 spin_unlock_irqrestore(&video->irqlock, flags); in omap3isp_module_sync_idle()
1411 spin_unlock_irqrestore(&video->irqlock, flags); in omap3isp_module_sync_idle()