Lines Matching refs:video_fh
15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
119 if (vv->video_fh == fh) { in saa7146_start_preview()
135 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()
147 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()
152 vv->video_fh = fh; in saa7146_start_preview()
177 if (vv->video_fh != fh) { in saa7146_stop_preview()
183 vv->video_fh = NULL; in saa7146_stop_preview()
328 if (vv->video_fh == fh) { in video_begin()
338 vv->ov_suspend = vv->video_fh; in video_begin()
339 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in video_begin()
372 vv->video_fh = fh; in video_begin()
394 if (vv->video_fh != fh) { in video_end()
426 vv->video_fh = NULL; in video_end()
487 if (vv->video_fh != fh) { in vidioc_s_fbuf()
562 struct saa7146_fh *fh = vv->video_fh; in saa7146_s_ctrl()
830 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
831 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in vidioc_s_std()
952 if (vv->video_fh != fh) { in vidioc_streamoff()
1252 if (vv->video_fh == fh) { in video_read()