Searched refs:vb2_core_qbuf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 1638 err = vb2_core_qbuf(vb->vb2_queue, vb, NULL, NULL); in vb2_req_queue() 1825 int vb2_core_qbuf(struct vb2_queue *q, struct vb2_buffer *vb, void *pb, in vb2_core_qbuf() function 1974 EXPORT_SYMBOL_GPL(vb2_core_qbuf); 2933 ret = vb2_core_qbuf(q, vb2, NULL, NULL); in __vb2_init_fileio() 3121 ret = vb2_core_qbuf(q, b, NULL, NULL); in __vb2_perform_fileio() 3226 ret = vb2_core_qbuf(q, vb, NULL, NULL); in vb2_thread()
|