Searched refs:vb2_expbuf (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/media/ |
D | videobuf2-v4l2.h | 60 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_queue.c | 284 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-v4l2.c | 681 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function 686 EXPORT_SYMBOL_GPL(vb2_expbuf); 1517 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
|
D | v4l2-mem2mem.c | 479 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 673 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 675 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
D | s5p_mfc_enc.c | 1306 return vb2_expbuf(&ctx->vq_src, eb); in vidioc_expbuf() 1308 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 706 return vb2_expbuf(&vfh->queue, e); in iss_video_expbuf()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 727 return vb2_expbuf(&layer->vb_queue, eb); in mxr_expbuf()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 485 return vb2_expbuf(&icd->vb2_vidq, p); in soc_camera_expbuf()
|