Home
last modified time | relevance | path

Searched refs:video_fh (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c15 (((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()
327 if (vv->video_fh == fh) { in video_begin()
337 vv->ov_suspend = vv->video_fh; in video_begin()
[all …]
/kernel/linux/linux-5.10/include/media/drv-intf/
Dsaa7146_vv.h117 struct saa7146_fh *video_fh; member
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dav7110_v4l.c227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()