1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 v4l2-munmap - Unmap device memory
23 .. c:function:: int munmap( void *start, size_t length )
29 Address of the mapped buffer as returned by the
30 :c:func:`mmap()` function.
33 Length of the mapped buffer. This must be the same value as given to
34 :c:func:`mmap()` and returned by the driver in the struct
35 :c:type:`v4l2_buffer` ``length`` field for the
36 single-planar API and in the struct
37 :c:type:`v4l2_plane` ``length`` field for the
43 Unmaps a previously with the :c:func:`mmap()` function mapped
44 buffer and frees it, if possible.
49 On success :c:func:`munmap()` returns 0, on failure -1 and the
50 ``errno`` variable is set appropriately:
53 The ``start`` or ``length`` is incorrect, or no buffers have been