Searched refs:vb2_dqbuf (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
H A Dvb2-trace.c8 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf); variable
H A Dvideobuf2-v4l2.c594 * vb2_dqbuf() - Dequeue a buffer to the userspace
614 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) vb2_dqbuf() function
622 EXPORT_SYMBOL_GPL(vb2_dqbuf); variable
1112 * Call vb2_dqbuf to get buffer back. __vb2_perform_fileio()
1123 dprintk(5, "vb2_dqbuf result: %d\n", ret); __vb2_perform_fileio()
1285 * Call vb2_dqbuf to get buffer back. vb2_thread()
1298 dprintk(5, "file io: vb2_dqbuf result: %d\n", ret); vb2_thread()
1487 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); vb2_ioctl_dqbuf()
H A Dv4l2-mem2mem.c432 return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); v4l2_m2m_dqbuf()
H A Dvideobuf2-core.c1582 * vb2_dqbuf() - Dequeue a buffer to the userspace
/linux-4.4.14/include/trace/events/
H A Dvb2.h52 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/linux-4.4.14/include/media/
H A Dvideobuf2-v4l2.h61 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_queue.c191 return vb2_dqbuf(&queue->queue, buf, nonblocking); uvcg_dequeue_buffer()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_queue.c296 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); uvc_dequeue_buffer()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c651 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); vidioc_dqbuf()
653 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); vidioc_dqbuf()
H A Ds5p_mfc_enc.c1286 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); vidioc_dqbuf()
1288 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); vidioc_dqbuf()
/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss_video.c714 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); iss_video_dqbuf()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dmixer_video.c718 return vb2_dqbuf(&layer->vb_queue, p, file->f_flags & O_NONBLOCK); mxr_dqbuf()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c1438 return vb2_dqbuf(&video->buffer_queue, vpfe_dqbuf()
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispvideo.c873 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); isp_video_dqbuf()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c970 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); s3c_camif_dqbuf()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_camera.c437 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); soc_camera_dqbuf()

Completed in 451 milliseconds