Lines Matching refs:ov_suspend
349 vv->ov_suspend = vv->video_fh; in video_begin()
370 if (vv->ov_suspend != NULL) { in video_begin()
371 saa7146_start_preview(vv->ov_suspend); in video_begin()
372 vv->ov_suspend = NULL; in video_begin()
438 if (vv->ov_suspend != NULL) { in video_end()
439 saa7146_start_preview(vv->ov_suspend); in video_end()
440 vv->ov_suspend = NULL; in video_end()
849 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
867 if (vv->ov_suspend != NULL) { in vidioc_s_std()
868 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
869 vv->ov_suspend = NULL; in vidioc_s_std()
1295 if (vv->ov_suspend != NULL) { in video_read()
1296 saa7146_start_preview(vv->ov_suspend); in video_read()
1297 vv->ov_suspend = NULL; in video_read()