Lines Matching refs:ov_suspend
338 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()
431 if (vv->ov_suspend != NULL) { in video_end()
432 saa7146_start_preview(vv->ov_suspend); in video_end()
433 vv->ov_suspend = NULL; in video_end()
830 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
848 if (vv->ov_suspend != NULL) { in vidioc_s_std()
849 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
850 vv->ov_suspend = NULL; in vidioc_s_std()
1274 if (vv->ov_suspend != NULL) { in video_read()
1275 saa7146_start_preview(vv->ov_suspend); in video_read()
1276 vv->ov_suspend = NULL; in video_read()