Searched refs:vb2_core_querybuf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 727 * vb2_core_querybuf() - query video buffer information. 741 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 748 * vb2_core_querybuf() - query video buffer information. 762 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb);
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 367 vb2_core_querybuf(&ctx->vb_q, b->index, b); in dvb_vb2_querybuf()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 363 vb2_core_querybuf(&ctx->vb_q, b->index, b); in dvb_vb2_querybuf()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 643 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_querybuf() function 647 EXPORT_SYMBOL_GPL(vb2_core_querybuf); variable
|
H A D | videobuf2-v4l2.c | 701 vb2_core_querybuf(q, b->index, b); in vb2_querybuf()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 637 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_querybuf() function 641 EXPORT_SYMBOL_GPL(vb2_core_querybuf); variable
|
H A D | videobuf2-v4l2.c | 670 vb2_core_querybuf(q, b->index, b); in vb2_querybuf()
|
Completed in 16 milliseconds