Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-core/
A 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()
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()
426 ret = vb2_mmap(&ctx->vb_q, vma); in dvb_vb2_mmap()
[all …]
/linux/include/media/
A Ddvb_vb2.h98 struct vb2_queue vb_q; member

Completed in 6 milliseconds