Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-v4l2.h166 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c889 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
894 EXPORT_SYMBOL_GPL(vb2_expbuf);
1101 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_queue.c319 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A 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()
H A Ds5p_mfc_enc.c1648 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
1650 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_video.c808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c849 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1045 vb2_expbuf