Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dvideobuf2-core.h462 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c668 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
670 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
Ds5p_mfc_enc.c1300 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
1302 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-mem2mem.c453 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
Dvideobuf2-core.c2397 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
2464 EXPORT_SYMBOL_GPL(vb2_expbuf);
3408 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.c777 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dmixer_video.c727 return vb2_expbuf(&layer->vb_queue, eb); in mxr_expbuf()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c477 return vb2_expbuf(&icd->vb2_vidq, p); in soc_camera_expbuf()