Searched refs:vb2_core_dqbuf (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | videobuf2-core.h | 872 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
D | dvb_vb2.c | 403 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 1875 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function 1931 EXPORT_SYMBOL_GPL(vb2_core_dqbuf); 2714 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio() 2876 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
|
D | videobuf2-v4l2.c | 846 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|