Searched refs:vb2_expbuf (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | videobuf2-v4l2.h | 163 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 883 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function 888 EXPORT_SYMBOL_GPL(vb2_expbuf); 1095 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
D | uvc_queue.c | 319 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
|
/kernel/linux/linux-5.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 | 1656 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 1658 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
D | iss_video.c | 808 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 849 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0027_linux_drivers_media.patch | 6024 + return vb2_expbuf(&csi_dev->vb2_vidq, eb);
|
D | 0038_linux_drivers_mxc.patch | 174079 + return vb2_expbuf(q, p); 175284 + return vb2_expbuf(q, p); 189976 + ret = vb2_expbuf(&queue->vb2_q, buf); 199287 + ret = vb2_expbuf(&queue->vb2_q, buf);
|