Searched refs:vb2_dqbuf (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | vb2-trace.c | 8 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
|
D | videobuf2-v4l2.c | 614 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function 622 EXPORT_SYMBOL_GPL(vb2_dqbuf); 1487 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
|
D | v4l2-mem2mem.c | 432 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
|
/linux-4.4.14/include/trace/events/ |
D | vb2.h | 52 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
|
/linux-4.4.14/include/media/ |
D | videobuf2-v4l2.h | 61 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_queue.c | 191 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_queue.c | 296 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 651 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 653 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
D | s5p_mfc_enc.c | 1286 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1288 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 714 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 718 return vb2_dqbuf(&layer->vb_queue, p, file->f_flags & O_NONBLOCK); in mxr_dqbuf()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1438 return vb2_dqbuf(&video->buffer_queue, in vpfe_dqbuf()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 873 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 970 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 437 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()
|