Lines Matching refs:vb_q
165 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_init()
200 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_release()
213 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_stream_on()
230 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_stream_off()
338 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, 0, &req->count); in dvb_vb2_reqbufs()
354 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_querybuf()
361 vb2_core_querybuf(&ctx->vb_q, vb2, b); in dvb_vb2_querybuf()
368 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_expbuf()
377 ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, vb2, in dvb_vb2_expbuf()
391 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_qbuf()
399 ret = vb2_core_qbuf(&ctx->vb_q, vb2, b, NULL); in dvb_vb2_qbuf()
415 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
438 ret = vb2_mmap(&ctx->vb_q, vma); in dvb_vb2_mmap()
452 return vb2_core_poll(&ctx->vb_q, file, wait); in dvb_vb2_poll()