Searched refs:vb2_expbuf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/include/media/ |
| D | videobuf2-v4l2.h | 163 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
|
| /Linux-v5.10/drivers/media/common/videobuf2/ |
| D | videobuf2-v4l2.c | 884 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function 889 EXPORT_SYMBOL_GPL(vb2_expbuf); 1096 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
|
| /Linux-v5.10/drivers/media/usb/uvc/ |
| D | uvc_queue.c | 319 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
|
| /Linux-v5.10/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_dec.c | 651 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 653 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
| D | s5p_mfc_enc.c | 1648 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 1650 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
| /Linux-v5.10/drivers/staging/media/omap4iss/ |
| D | iss_video.c | 808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 820 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
|