Home
last modified time | relevance | path

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

/linux/drivers/media/common/videobuf2/
A Dvb2-trace.c9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
A Dvideobuf2-v4l2.c824 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function
853 EXPORT_SYMBOL_GPL(vb2_dqbuf);
1075 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
/linux/include/trace/events/
A Dvb2.h56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/linux/include/media/
A Dvideobuf2-v4l2.h189 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/linux/drivers/usb/gadget/function/
A Duvc_queue.c209 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/linux/drivers/media/usb/uvc/
A Duvc_queue.c326 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
/linux/drivers/media/platform/s5p-mfc/
A Ds5p_mfc_dec.c644 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
646 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
A Ds5p_mfc_enc.c1628 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
1630 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
/linux/drivers/staging/media/omap4iss/
A Diss_video.c816 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
/linux/drivers/media/platform/omap3isp/
A Dispvideo.c949 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/linux/drivers/media/v4l2-core/
A Dv4l2-mem2mem.c789 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
/linux/drivers/media/platform/s3c-camif/
A Dcamif-capture.c949 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()

Completed in 35 milliseconds