Searched refs:vb2_dqbuf (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/media/common/videobuf2/ |
H A D | vb2-trace.c | 9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
|
H A D | videobuf2-v4l2.c | 838 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function 867 EXPORT_SYMBOL_GPL(vb2_dqbuf); 1107 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
|
/linux/include/trace/events/ |
H A D | vb2.h | 56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
|
/linux/include/media/ |
H A D | videobuf2-v4l2.h | 160 * vb2_dqbuf() - Dequeue a buffer to the userspace 183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/linux/drivers/usb/gadget/function/ |
H A D | uvc_queue.c | 200 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 679 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 681 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
H A D | s5p_mfc_enc.c | 1671 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1673 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | 807 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 944 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
|
/linux/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-capture.c | 948 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
|