Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/
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()
564 saa7146_stop_preview(fh); in saa7146_s_ctrl()
780 saa7146_stop_preview(fh); in vidioc_s_fmt_vid_overlay()
829 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in vidioc_s_std()
868 err = saa7146_stop_preview(fh); in vidioc_overlay()
1215 saa7146_stop_preview(fh); in video_close()
Dsaa7146_vv.h208 int saa7146_stop_preview(struct saa7146_fh *fh);
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/
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()