Searched refs:vb2_core_qbuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/media/ |
D | videobuf2-core.h | 769 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb);
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 1375 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_qbuf() function 1444 EXPORT_SYMBOL_GPL(vb2_core_qbuf); 2275 ret = vb2_core_qbuf(q, i, NULL); in __vb2_init_fileio() 2454 ret = vb2_core_qbuf(q, index, NULL); in __vb2_perform_fileio() 2557 ret = vb2_core_qbuf(q, vb->index, NULL); in vb2_thread()
|
D | videobuf2-v4l2.c | 573 return ret ? ret : vb2_core_qbuf(q, b->index, b); in vb2_qbuf()
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_vb2.c | 388 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b); in dvb_vb2_qbuf()
|