vb2_dqbuf
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK);
EXPORT_SYMBOL_GPL(vb2_dqbuf);
return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK);
return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK);
ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK);
return vb2_dqbuf(&queue->queue, buf, nonblocking);
int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
DEFINE_EVENT(vb2_event_class, vb2_dqbuf,