Searched refs:video_fh (Results 1 – 2 of 2) sorted by relevance
15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))129 if (vv->video_fh == fh) { in saa7146_start_preview()145 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()157 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()162 vv->video_fh = fh; in saa7146_start_preview()187 if (vv->video_fh != fh) { in saa7146_stop_preview()193 vv->video_fh = NULL; in saa7146_stop_preview()338 if (vv->video_fh == fh) { in video_begin()348 vv->ov_suspend = vv->video_fh; in video_begin()[all …]
118 struct saa7146_fh *video_fh; member