Searched refs:vb2_core_dqbuf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 850 * vb2_core_dqbuf() - Dequeue a buffer to the userspace 872 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 874 * vb2_core_dqbuf() - Dequeue a buffer to the userspace 896 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 414 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 410 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/ |
H A D | videobuf2-core.c | 1910 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function 1966 EXPORT_SYMBOL_GPL(vb2_core_dqbuf); variable 2026 * __vb2_dqbuf() since in vb2_core_dqbuf() there is a critical in __vb2_queue_cancel() 2758 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio() 2920 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
|
H A D | videobuf2-v4l2.c | 846 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1940 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); variable 2059 * __vb2_dqbuf() since in vb2_core_dqbuf() there is a critical in __vb2_queue_cancel() 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()
|
H A D | videobuf2-v4l2.c | 837 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|
Completed in 16 milliseconds