Searched refs:vb2_core_dqbuf (Results 1 – 2 of 2) sorted by relevance
| /linux/include/media/ |
| H A D | videobuf2-core.h | 903 * vb2_core_dqbuf() - Dequeue a buffer to the userspace 925 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2126 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function 2182 EXPORT_SYMBOL_GPL(vb2_core_dqbuf); 3042 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio() 3209 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
|