Home
last modified time | relevance | path

Searched refs:vb2_dqbuf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvb2-trace.c9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
H A Dvideobuf2-v4l2.c838 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 Dvb2.h56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/linux/include/media/
H A Dvideobuf2-v4l2.h160 * 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 Duvc_queue.c200 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c679 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 Ds5p_mfc_enc.c1671 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 Dv4l2-mem2mem.c807 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c944 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c948 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()