Searched refs:vb2_expbuf (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/media/ |
D | videobuf2-v4l2.h | 157 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
|
/linux-6.1.9/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 874 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/ |
D | uvc_queue.c | 315 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
|
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc_dec.c | 682 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 684 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
D | s5p_mfc_enc.c | 1654 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/ |
D | iss_video.c | 808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 850 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
|