Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvb2-trace.c8 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
Dvideobuf2-v4l2.c614 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()
Dv4l2-mem2mem.c432 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
/linux-4.4.14/include/trace/events/
Dvb2.h52 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/linux-4.4.14/include/media/
Dvideobuf2-v4l2.h61 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_queue.c191 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_queue.c296 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c651 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()
Ds5p_mfc_enc.c1286 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/
Diss_video.c714 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
/linux-4.4.14/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.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c1438 return vb2_dqbuf(&video->buffer_queue, in vpfe_dqbuf()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c873 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/linux-4.4.14/drivers/media/platform/s3c-camif/
Dcamif-capture.c970 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/
Dsoc_camera.c437 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()