Searched refs:vb2_core_qbuf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1453 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, 1461 vb2_core_qbuf(vb->vb2_queue, vb->index, NULL, NULL); in vb2_req_queue() 1607 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, in vb2_core_qbuf() function 1745 * Since vb2_core_qbuf will return with an error, in vb2_core_qbuf() 1759 EXPORT_SYMBOL_GPL(vb2_core_qbuf); variable 2649 ret = vb2_core_qbuf(q, i, NULL, NULL); in __vb2_init_fileio() 2834 ret = vb2_core_qbuf(q, index, NULL, NULL); in __vb2_perform_fileio() 2937 ret = vb2_core_qbuf(q, vb->index, NULL, NULL); in vb2_thread()
|
H A D | videobuf2-v4l2.c | 503 * is bound to the request in vb2_core_qbuf(). in vb2_queue_or_prepare_buf() 825 ret = vb2_core_qbuf(q, b->index, b, req); in vb2_qbuf()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1473 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, 1483 * There is no method to propagate an error from vb2_core_qbuf(), in vb2_req_queue() 1490 err = vb2_core_qbuf(vb->vb2_queue, vb->index, NULL, NULL); in vb2_req_queue() 1637 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, in vb2_core_qbuf() function 1775 * Since vb2_core_qbuf will return with an error, in vb2_core_qbuf() 1789 EXPORT_SYMBOL_GPL(vb2_core_qbuf); variable 2431 * q->min_buffers_needed can cause vb2_core_qbuf() to fail if in vb2_core_queue_init() 2707 ret = vb2_core_qbuf(q, i, NULL, NULL); in __vb2_init_fileio() 2892 ret = vb2_core_qbuf(q, index, NULL, NULL); in __vb2_perform_fileio() 2995 ret = vb2_core_qbuf( in vb2_thread() [all...] |
H A D | videobuf2-v4l2.c | 473 * is bound to the request in vb2_core_qbuf(). in vb2_queue_or_prepare_buf() 816 ret = vb2_core_qbuf(q, b->index, b, req); in vb2_qbuf()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 821 * vb2_core_qbuf() - Queue a buffer from userspace 846 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 845 * vb2_core_qbuf() - Queue a buffer from userspace 870 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 398 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); in dvb_vb2_qbuf()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 394 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); in dvb_vb2_qbuf()
|
Completed in 15 milliseconds