vb2_streamoff     817 drivers/media/common/videobuf2/videobuf2-v4l2.c EXPORT_SYMBOL_GPL(vb2_streamoff);
vb2_streamoff    1010 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_streamoff(vdev->queue, i);
vb2_streamoff    1226 drivers/media/platform/omap3isp/ispvideo.c 	vb2_streamoff(&vfh->queue, type);
vb2_streamoff     879 drivers/media/platform/s3c-camif/camif-capture.c 	ret = vb2_streamoff(&vp->vb_queue, type);
vb2_streamoff     680 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_streamoff(&ctx->vq_src, type);
vb2_streamoff     682 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_streamoff(&ctx->vq_dst, type);
vb2_streamoff    1668 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamoff(&ctx->vq_src, type);
vb2_streamoff    1670 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamoff(&ctx->vq_dst, type);
vb2_streamoff     353 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_streamoff(&queue->queue, type);
vb2_streamoff     578 drivers/media/v4l2-core/v4l2-mem2mem.c 	ret = vb2_streamoff(&q_ctx->q, type);
vb2_streamoff     976 drivers/staging/media/omap4iss/iss_video.c 	vb2_streamoff(&vfh->queue, type);
vb2_streamoff    1025 drivers/staging/media/omap4iss/iss_video.c 	vb2_streamoff(&vfh->queue, type);
vb2_streamoff     953 drivers/staging/media/soc_camera/soc_camera.c 	ret = vb2_streamoff(&icd->vb2_vidq, i);
vb2_streamoff     286 drivers/usb/gadget/function/uvc_queue.c 		ret = vb2_streamoff(&queue->queue, queue->queue.type);
vb2_streamoff     219 include/media/videobuf2-v4l2.h int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);