Searched refs:v4l2_mmap (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0005-ioctl-does-not-have-same-signature-between-glibc-and.patch | 26 void * (*v4l2_mmap) (void *, size_t, int, int, int, int64_t) = mmap; 39 extern void * (*v4l2_mmap) (void *, size_t, int, int, int, int64_t);
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2grab.c.rst | 107 buffers[n_buffers].start = v4l2_mmap(NULL, buf.length,
|
H A D | libv4l-introduction.rst | 139 .. c:function:: void *v4l2_mmap(void *start, size_t length, int prot, int flags, int fd, int64_t of…
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 393 static int v4l2_mmap(struct file *filp, struct vm_area_struct *vm) in v4l2_mmap() function 479 .mmap = v4l2_mmap,
|