Searched refs:vb2_dqbuf (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_queue.c | 189 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 463 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_queue.c | 279 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 649 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 651 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
D | s5p_mfc_enc.c | 1280 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1282 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 425 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
|
D | videobuf2-core.c | 2146 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function 2154 EXPORT_SYMBOL_GPL(vb2_dqbuf); 3378 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | dt3155v4l.c | 597 return vb2_dqbuf(pd->q, b, filp->f_flags & O_NONBLOCK); in dt3155_ioc_dqbuf()
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 785 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
|
/linux-4.1.27/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.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 870 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1439 return vb2_dqbuf(&video->buffer_queue, in vpfe_dqbuf()
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | mcam-core.c | 1382 ret = vb2_dqbuf(&cam->vb_queue, buf, filp->f_flags & O_NONBLOCK); in mcam_vidioc_dqbuf()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 971 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 435 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()
|