Lines Matching refs:video
895 entity = &pipe->output->video.entity; in isp_pipeline_enable()
909 ret = v4l2_subdev_call(subdev, video, s_stream, mode); in isp_pipeline_enable()
914 v4l2_subdev_call(&isp->isp_aewb.subdev, video, in isp_pipeline_enable()
916 v4l2_subdev_call(&isp->isp_af.subdev, video, in isp_pipeline_enable()
918 v4l2_subdev_call(&isp->isp_hist.subdev, video, in isp_pipeline_enable()
985 entity = &pipe->output->video.entity; in isp_pipeline_disable()
1001 video, s_stream, 0); in isp_pipeline_disable()
1003 video, s_stream, 0); in isp_pipeline_disable()
1005 video, s_stream, 0); in isp_pipeline_disable()
1008 ret = v4l2_subdev_call(subdev, video, s_stream, 0); in isp_pipeline_disable()
1404 struct isp_video *video = pipe->output; in omap3isp_module_sync_idle() local
1406 spin_lock_irqsave(&video->irqlock, flags); in omap3isp_module_sync_idle()
1407 if (video->dmaqueue_flags & ISP_VIDEO_DMAQUEUE_UNDERRUN) { in omap3isp_module_sync_idle()
1408 spin_unlock_irqrestore(&video->irqlock, flags); in omap3isp_module_sync_idle()
1413 spin_unlock_irqrestore(&video->irqlock, flags); in omap3isp_module_sync_idle()