vb2_expbuf        824 drivers/media/common/videobuf2/videobuf2-v4l2.c EXPORT_SYMBOL_GPL(vb2_expbuf);
vb2_expbuf       1020 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_expbuf(vdev->queue, p);
vb2_expbuf        651 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_expbuf(&ctx->vq_src, eb);
vb2_expbuf        653 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_expbuf(&ctx->vq_dst, eb);
vb2_expbuf       1642 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_expbuf(&ctx->vq_src, eb);
vb2_expbuf       1644 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_expbuf(&ctx->vq_dst, eb);
vb2_expbuf        319 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_expbuf(&queue->queue, exp);
vb2_expbuf        547 drivers/media/v4l2-core/v4l2-mem2mem.c 	return vb2_expbuf(vq, eb);
vb2_expbuf        808 drivers/staging/media/omap4iss/iss_video.c 	return vb2_expbuf(&vfh->queue, e);
vb2_expbuf        439 drivers/staging/media/soc_camera/soc_camera.c 	return vb2_expbuf(&icd->vb2_vidq, p);
vb2_expbuf        156 include/media/videobuf2-v4l2.h int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);