Home
last modified time | relevance | path

Searched refs:vb2_streamoff (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Duvc_queue.c288 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/linux-4.1.27/include/media/
Dvideobuf2-core.h466 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_queue.c301 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c524 vb2_streamoff(&video->buffer_queue, in vpfe_release()
1240 ret = vb2_streamoff(&video->buffer_queue, video->buffer_queue.type); in vpfe_start_streaming()
1535 ret = vb2_streamoff(&video->buffer_queue, buf_type); in vpfe_streamoff()
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.c931 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
974 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c697 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
699 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
Ds5p_mfc_enc.c1326 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1328 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispvideo.c1098 vb2_streamoff(&vfh->queue, type); in isp_video_streamon()
1159 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-mem2mem.c489 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
Dvideobuf2-core.c2349 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
2357 EXPORT_SYMBOL_GPL(vb2_streamoff);
3398 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
Ddt3155v4l.c504 return vb2_streamoff(pd->q, type); in dt3155_ioc_streamoff()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dmixer_video.c743 return vb2_streamoff(&layer->vb_queue, i); in mxr_streamoff()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.c1332 ret = vb2_streamoff(&cam->vb_queue, type); in mcam_vidioc_streamoff()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c901 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c1006 vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()