Searched refs:vb2_core_qbuf (Results 1 – 3 of 3) sorted by relevance
/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 1457 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, 1465 vb2_core_qbuf(vb->vb2_queue, vb->index, NULL, NULL); in vb2_req_queue() 1611 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, in vb2_core_qbuf() function 1763 EXPORT_SYMBOL_GPL(vb2_core_qbuf); 2662 ret = vb2_core_qbuf(q, i, NULL, NULL); in __vb2_init_fileio() 2847 ret = vb2_core_qbuf(q, index, NULL, NULL); in __vb2_perform_fileio() 2950 ret = vb2_core_qbuf(q, vb->index, NULL, NULL); in vb2_thread()
|
D | videobuf2-v4l2.c | 820 ret = vb2_core_qbuf(q, b->index, b, req); in vb2_qbuf()
|
/drivers/media/dvb-core/ |
D | dvb_vb2.c | 398 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); in dvb_vb2_qbuf()
|