Searched refs:vb2_dqbuf (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | vb2-trace.c | 9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
|
D | videobuf2-v4l2.c | 577 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function 601 EXPORT_SYMBOL_GPL(vb2_dqbuf); 792 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
|
/Linux-v4.19/include/trace/events/ |
D | vb2.h | 56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
|
/Linux-v4.19/include/media/ |
D | videobuf2-v4l2.h | 154 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_queue.c | 187 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_queue.c | 332 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 657 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 659 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
D | s5p_mfc_enc.c | 1645 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1647 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 494 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | iss_video.c | 827 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 957 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1452 return vb2_dqbuf(&video->buffer_queue, in vpfe_dqbuf()
|
/Linux-v4.19/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 959 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
|
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 410 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()
|