Searched refs:vb2_expbuf (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/media/ |
D | videobuf2-v4l2.h | 128 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-v4l2.c | 623 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function 628 EXPORT_SYMBOL_GPL(vb2_expbuf); 822 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_queue.c | 320 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 679 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 681 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
D | s5p_mfc_enc.c | 1665 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 1667 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 529 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | iss_video.c | 819 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
|
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 443 return vb2_expbuf(&icd->vb2_vidq, p); in soc_camera_expbuf()
|