vb2_qbuf           10 drivers/media/common/videobuf2/vb2-trace.c EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
vb2_qbuf          766 drivers/media/common/videobuf2/videobuf2-v4l2.c EXPORT_SYMBOL_GPL(vb2_qbuf);
vb2_qbuf          980 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_qbuf(vdev->queue, vdev->v4l2_dev->mdev, p);
vb2_qbuf          936 drivers/media/platform/omap3isp/ispvideo.c 	ret = vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b);
vb2_qbuf          936 drivers/media/platform/s3c-camif/camif-capture.c 	return vb2_qbuf(&vp->vb_queue, vp->vdev.v4l2_dev->mdev, buf);
vb2_qbuf          607 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_qbuf(&ctx->vq_src, NULL, buf);
vb2_qbuf          609 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_qbuf(&ctx->vq_dst, NULL, buf);
vb2_qbuf         1601 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_qbuf(&ctx->vq_src, NULL, buf);
vb2_qbuf         1603 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_qbuf(&ctx->vq_dst, NULL, buf);
vb2_qbuf          307 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_qbuf(&queue->queue, mdev, buf);
vb2_qbuf          502 drivers/media/v4l2-core/v4l2-mem2mem.c 	ret = vb2_qbuf(vq, vdev->v4l2_dev->mdev, buf);
vb2_qbuf          800 drivers/staging/media/omap4iss/iss_video.c 	return vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b);
vb2_qbuf          393 drivers/staging/media/soc_camera/soc_camera.c 	return vb2_qbuf(&icd->vb2_vidq, NULL, p);
vb2_qbuf          169 drivers/usb/gadget/function/uvc_queue.c 	ret = vb2_qbuf(&queue->queue, NULL, buf);
vb2_qbuf          144 include/media/videobuf2-v4l2.h int vb2_qbuf(struct vb2_queue *q, struct media_device *mdev,
vb2_qbuf           61 include/trace/events/vb2.h DEFINE_EVENT(vb2_event_class, vb2_qbuf,