Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Duvc_queue.c309 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c868 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
876 EXPORT_SYMBOL_GPL(vb2_streamoff);
1094 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/drivers/media/usb/uvc/
Duvc_queue.c348 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c695 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
697 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
Ds5p_mfc_enc.c1682 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1684 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/drivers/staging/media/omap4iss/
Diss_video.c979 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
1028 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/drivers/media/v4l2-core/
Dv4l2-mem2mem.c880 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
/drivers/media/platform/omap3isp/
Dispvideo.c1225 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/drivers/media/platform/s3c-camif/
Dcamif-capture.c879 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()