Home
last modified time | relevance | path

Searched refs:videobuf_streamoff (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/include/media/
Dvideobuf-core.h210 int videobuf_streamoff(struct videobuf_queue *q);
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-core.c774 int videobuf_streamoff(struct videobuf_queue *q) in videobuf_streamoff() function
784 EXPORT_SYMBOL_GPL(videobuf_streamoff);
/linux-4.4.14/drivers/media/platform/davinci/
Dvpfe_capture.c735 videobuf_streamoff(&vpfe_dev->buffer_queue); in vpfe_release()
1557 ret = videobuf_streamoff(&vpfe_dev->buffer_queue); in vpfe_streamon()
1601 ret = videobuf_streamoff(&vpfe_dev->buffer_queue); in vpfe_streamoff()
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_video.c978 err = videobuf_streamoff(&fh->video_q); in vidioc_streamoff()
980 err = videobuf_streamoff(&fh->vbi_q); in vidioc_streamoff()
/linux-4.4.14/drivers/media/usb/zr364xx/
Dzr364xx.c1180 return videobuf_streamoff(&cam->vb_vidq); in zr364xx_vidioc_streamoff()
1253 videobuf_streamoff(&cam->vb_vidq); in zr364xx_close()
/linux-4.4.14/drivers/media/platform/omap/
Domap_vout.c983 videobuf_streamoff(q); in omap_vout_release()
1681 ret = videobuf_streamoff(q); in vidioc_streamon()
1718 ret = videobuf_streamoff(&vout->vbq); in vidioc_streamoff()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-417.c1659 return videobuf_streamoff(&fh->vidq); in vidioc_streamoff()
1754 videobuf_streamoff(&fh->vidq); in mpeg_release()
Dcx231xx-video.c1499 videobuf_streamoff(&fh->vb_vidq); in vidioc_streamoff()
/linux-4.4.14/drivers/media/platform/
Dtimblogiw.c433 return videobuf_streamoff(&fh->vb_vidq); in timblogiw_streamoff()
Dvia-camera.c1102 ret = videobuf_streamoff(&cam->vb_queue); in viacam_streamoff()
Dfsl-viu.c901 return videobuf_streamoff(&fh->vb_vidq); in vidioc_streamoff()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-ioctl.c868 return videobuf_streamoff(cx18_vb_queue(id)); in cx18_streamoff()
/linux-4.4.14/Documentation/video4linux/
Dvideobuf249 int videobuf_streamoff(struct videobuf_queue *q);
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-video.c1050 videobuf_streamoff(&fh->vb_vidq); in vidioc_streamoff()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2765 retval = videobuf_streamoff(bttv_queue(fh)); in bttv_streamoff()
3091 videobuf_streamoff(&fh->cap); in bttv_release()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c1019 ret = videobuf_streamoff(&icd->vb_vidq); in soc_camera_streamoff()