Home
last modified time | relevance | path

Searched refs:v4l2_mmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst107 buffers[n_buffers].start = v4l2_mmap(NULL, buf.length,
H A Dlibv4l-introduction.rst139 .. c:function:: void *v4l2_mmap(void *start, size_t length, int prot, int flags, int fd, int64_t of…
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-dev.c395 static int v4l2_mmap(struct file *filp, struct vm_area_struct *vm) in v4l2_mmap() function
481 .mmap = v4l2_mmap,