Home
last modified time | relevance | path

Searched refs:ov_suspend (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/common/saa7146/
Dsaa7146_video.c348 vv->ov_suspend = vv->video_fh; in video_begin()
369 if (vv->ov_suspend != NULL) { in video_begin()
370 saa7146_start_preview(vv->ov_suspend); in video_begin()
371 vv->ov_suspend = NULL; in video_begin()
441 if (vv->ov_suspend != NULL) { in video_end()
442 saa7146_start_preview(vv->ov_suspend); in video_end()
443 vv->ov_suspend = NULL; in video_end()
852 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
870 if (vv->ov_suspend != NULL) { in vidioc_s_std()
871 saa7146_start_preview(vv->ov_suspend); in vidioc_s_std()
[all …]
/linux-4.19.296/include/media/drv-intf/
Dsaa7146_vv.h124 struct saa7146_fh *ov_suspend; member