Home
last modified time | relevance | path

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

/linux-6.1.9/include/media/
Dvideobuf2-v4l2.h157 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
/linux-6.1.9/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c874 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
879 EXPORT_SYMBOL_GPL(vb2_expbuf);
1098 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/linux-6.1.9/drivers/media/usb/uvc/
Duvc_queue.c315 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_dec.c682 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
684 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
Ds5p_mfc_enc.c1654 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
1656 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
/linux-6.1.9/drivers/staging/media/omap4iss/
Diss_video.c808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-mem2mem.c850 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()