Home
last modified time | relevance | path

Searched refs:vb2_expbuf (Results 1 – 6 of 6) sorted by relevance

/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c878 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
883 EXPORT_SYMBOL_GPL(vb2_expbuf);
1104 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/drivers/media/usb/uvc/
Duvc_queue.c314 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c666 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
668 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
Ds5p_mfc_enc.c1656 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
1658 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
/drivers/staging/media/omap4iss/
Diss_video.c808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
/drivers/media/v4l2-core/
Dv4l2-mem2mem.c849 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()