Searched refs:vb2_dqbuf (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/media/common/videobuf2/ |
A D | vb2-trace.c | 9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
|
A D | videobuf2-v4l2.c | 823 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function 852 EXPORT_SYMBOL_GPL(vb2_dqbuf); 1068 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
|
/linux-6.3-rc2/include/trace/events/ |
A D | vb2.h | 56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
|
/linux-6.3-rc2/include/media/ |
A D | videobuf2-v4l2.h | 183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | uvc_queue.c | 206 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_queue.c | 327 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/ |
A D | s5p_mfc_dec.c | 660 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 662 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
A D | s5p_mfc_enc.c | 1634 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1636 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
/linux-6.3-rc2/drivers/staging/media/omap4iss/ |
A D | iss_video.c | 809 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
|
/linux-6.3-rc2/drivers/media/platform/ti/omap3isp/ |
A D | ispvideo.c | 941 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-mem2mem.c | 804 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
|
/linux-6.3-rc2/drivers/media/platform/samsung/s3c-camif/ |
A D | camif-capture.c | 949 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
|
Completed in 24 milliseconds