Home
last modified time | relevance | path

Searched refs:vb2_core_dqbuf (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/media/
Dvideobuf2-core.h896 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
/linux-6.6.21/drivers/media/dvb-core/
Ddvb_vb2.c410 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
/linux-6.6.21/drivers/media/common/videobuf2/
Dvideobuf2-core.c1940 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function
1996 EXPORT_SYMBOL_GPL(vb2_core_dqbuf);
2816 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio()
2978 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
Dvideobuf2-v4l2.c837 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()