Home
last modified time | relevance | path

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

/linux-6.15/include/media/
H A Dvideobuf2-v4l2.h157 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c889 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
902 EXPORT_SYMBOL_GPL(vb2_expbuf);
1138 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/linux-6.15/drivers/media/usb/uvc/
H A Duvc_queue.c309 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c701 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
703 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
H A Ds5p_mfc_enc.c1691 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf()
1693 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c853 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()