Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-core/
Ddvb_vb2.c170 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_init()
208 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_release()
221 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_stream_on()
238 struct vb2_queue *q = (struct vb2_queue *)&ctx->vb_q; in dvb_vb2_stream_off()
346 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, &req->count); in dvb_vb2_reqbufs()
362 vb2_core_querybuf(&ctx->vb_q, b->index, b); in dvb_vb2_querybuf()
369 struct vb2_queue *q = &ctx->vb_q; in dvb_vb2_expbuf()
372 ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index, in dvb_vb2_expbuf()
388 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b); in dvb_vb2_qbuf()
404 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
[all …]
/linux-4.19.296/include/media/
Ddvb_vb2.h98 struct vb2_queue vb_q; member