Lines Matching refs:ov_suspend
338 vv->ov_suspend = vv->video_fh; in video_begin()
360 if (vv->ov_suspend != NULL) { in video_begin()
361 saa7146_start_preview(vv->ov_suspend); in video_begin()
362 vv->ov_suspend = NULL; in video_begin()
433 if (vv->ov_suspend != NULL) { in video_end()
434 saa7146_start_preview(vv->ov_suspend); in video_end()
435 vv->ov_suspend = NULL; in video_end()
832 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
850 if (vv->ov_suspend != NULL) { in vidioc_s_std()
851 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
852 vv->ov_suspend = NULL; in vidioc_s_std()
1276 if (vv->ov_suspend != NULL) { in video_read()
1277 saa7146_start_preview(vv->ov_suspend); in video_read()
1278 vv->ov_suspend = NULL; in video_read()