Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Duvc_queue.c189 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/linux-4.1.27/include/media/
Dvideobuf2-core.h463 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_queue.c279 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c649 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()
Ds5p_mfc_enc.c1280 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/
Dv4l2-mem2mem.c425 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
Dvideobuf2-core.c2146 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/
Ddt3155v4l.c597 return vb2_dqbuf(pd->q, b, filp->f_flags & O_NONBLOCK); in dt3155_ioc_dqbuf()
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.c785 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dmixer_video.c718 return vb2_dqbuf(&layer->vb_queue, p, file->f_flags & O_NONBLOCK); in mxr_dqbuf()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispvideo.c870 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c1439 return vb2_dqbuf(&video->buffer_queue, in vpfe_dqbuf()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.c1382 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/
Dcamif-capture.c971 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/
Dsoc_camera.c435 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()