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()
829 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
847 if (vv->ov_suspend != NULL) { in vidioc_s_std()
848 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
849 vv->ov_suspend = NULL; in vidioc_s_std()
1273 if (vv->ov_suspend != NULL) { in video_read()
1274 saa7146_start_preview(vv->ov_suspend); in video_read()
1275 vv->ov_suspend = NULL; in video_read()