Home
last modified time | relevance | path

Searched refs:vb_q (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/dvb-core/
Ddvb_vb2.c169 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_init()
207 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_release()
220 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_stream_on()
237 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_stream_off()
345 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, &req->count); in dvb_vb2_reqbufs()
361 vb2_core_querybuf(&ctx->vb_q, b->index, b); in dvb_vb2_querybuf()
368 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_expbuf()
371 ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index, in dvb_vb2_expbuf()
387 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); in dvb_vb2_qbuf()
403 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
[all …]
/Linux-v5.4/include/media/
Ddvb_vb2.h98 struct vb2_queue vb_q; member