vb2_dqbuf           9 drivers/media/common/videobuf2/vb2-trace.c EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
vb2_dqbuf         797 drivers/media/common/videobuf2/videobuf2-v4l2.c EXPORT_SYMBOL_GPL(vb2_dqbuf);
vb2_dqbuf         990 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK);
vb2_dqbuf         950 drivers/media/platform/omap3isp/ispvideo.c 	ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK);
vb2_dqbuf         949 drivers/media/platform/s3c-camif/camif-capture.c 	return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf         629 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf         631 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf        1622 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf        1624 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf         331 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_dqbuf(&queue->queue, buf, nonblocking);
vb2_dqbuf         516 drivers/media/v4l2-core/v4l2-mem2mem.c 	return vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK);
vb2_dqbuf         816 drivers/staging/media/omap4iss/iss_video.c 	return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK);
vb2_dqbuf         406 drivers/staging/media/soc_camera/soc_camera.c 	return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK);
vb2_dqbuf         187 drivers/usb/gadget/function/uvc_queue.c 	return vb2_dqbuf(&queue->queue, buf, nonblocking);
vb2_dqbuf         182 include/media/videobuf2-v4l2.h int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
vb2_dqbuf          56 include/trace/events/vb2.h DEFINE_EVENT(vb2_event_class, vb2_dqbuf,