vb2_core_dqbuf   1857 drivers/media/common/videobuf2/videobuf2-core.c EXPORT_SYMBOL_GPL(vb2_core_dqbuf);
vb2_core_dqbuf   2643 drivers/media/common/videobuf2/videobuf2-core.c 		ret = vb2_core_dqbuf(q, &index, NULL, nonblock);
vb2_core_dqbuf   2805 drivers/media/common/videobuf2/videobuf2-core.c 				ret = vb2_core_dqbuf(q, &index, NULL, 0);
vb2_core_dqbuf    782 drivers/media/common/videobuf2/videobuf2-v4l2.c 	ret = vb2_core_dqbuf(q, NULL, b, nonblocking);
vb2_core_dqbuf    403 drivers/media/dvb-core/dvb_vb2.c 	ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking);
vb2_core_dqbuf    840 include/media/videobuf2-core.h int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,