Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst133 * - ``V4L2_BUF_CAP_SUPPORTS_MMAP``
/linux-6.12.1/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c690 *caps |= V4L2_BUF_CAP_SUPPORTS_MMAP; in vb2_set_flags_and_caps()
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1067 #define V4L2_BUF_CAP_SUPPORTS_MMAP (1 << 0) macro