vb_q 169 drivers/media/dvb-core/dvb_vb2.c struct vb2_queue *q = &ctx->vb_q; vb_q 207 drivers/media/dvb-core/dvb_vb2.c struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; vb_q 220 drivers/media/dvb-core/dvb_vb2.c struct vb2_queue *q = &ctx->vb_q; vb_q 237 drivers/media/dvb-core/dvb_vb2.c struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; vb_q 345 drivers/media/dvb-core/dvb_vb2.c ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, &req->count); vb_q 361 drivers/media/dvb-core/dvb_vb2.c vb2_core_querybuf(&ctx->vb_q, b->index, b); vb_q 368 drivers/media/dvb-core/dvb_vb2.c struct vb2_queue *q = &ctx->vb_q; vb_q 371 drivers/media/dvb-core/dvb_vb2.c ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index, vb_q 387 drivers/media/dvb-core/dvb_vb2.c ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); vb_q 403 drivers/media/dvb-core/dvb_vb2.c ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); vb_q 426 drivers/media/dvb-core/dvb_vb2.c ret = vb2_mmap(&ctx->vb_q, vma); vb_q 440 drivers/media/dvb-core/dvb_vb2.c return vb2_core_poll(&ctx->vb_q, file, wait); vb_q 98 include/media/dvb_vb2.h struct vb2_queue vb_q;