Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c158 int saa7146_stop_preview(struct saa7146_fh *fh) in saa7146_stop_preview() function
191 EXPORT_SYMBOL_GPL(saa7146_stop_preview);
338 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in video_begin()
565 saa7146_stop_preview(fh); in saa7146_s_ctrl()
783 saa7146_stop_preview(fh); in vidioc_s_fmt_vid_overlay()
832 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in vidioc_s_std()
871 err = saa7146_stop_preview(fh); in vidioc_overlay()
1218 saa7146_stop_preview(fh); in video_close()
/kernel/linux/linux-5.10/include/media/drv-intf/
Dsaa7146_vv.h208 int saa7146_stop_preview(struct saa7146_fh *fh);
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dav7110_v4l.c228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()