Searched refs:vb_q (Results 1 – 2 of 2) sorted by relevance
165 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_init()203 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_release()216 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_stream_on()233 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_stream_off()341 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, 0, &req->count); in dvb_vb2_reqbufs()357 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_querybuf()363 vb2_core_querybuf(&ctx->vb_q, b->index, b); in dvb_vb2_querybuf()370 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_expbuf()373 ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index, in dvb_vb2_expbuf()387 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_qbuf()[all …]
98 struct vb2_queue vb_q; member