Lines Matching refs:ov_suspend
337 vv->ov_suspend = vv->video_fh; in video_begin()
359 if (vv->ov_suspend != NULL) { in video_begin()
360 saa7146_start_preview(vv->ov_suspend); in video_begin()
361 vv->ov_suspend = NULL; in video_begin()
432 if (vv->ov_suspend != NULL) { in video_end()
433 saa7146_start_preview(vv->ov_suspend); in video_end()
434 vv->ov_suspend = NULL; in video_end()
828 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
846 if (vv->ov_suspend != NULL) { in vidioc_s_std()
847 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
848 vv->ov_suspend = NULL; in vidioc_s_std()
1272 if (vv->ov_suspend != NULL) { in video_read()
1273 saa7146_start_preview(vv->ov_suspend); in video_read()
1274 vv->ov_suspend = NULL; in video_read()