Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst137 * - ``V4L2_BUF_CAP_SUPPORTS_MMAP``
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c679 *caps |= V4L2_BUF_CAP_SUPPORTS_MMAP; in fill_buf_caps()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1031 #define V4L2_BUF_CAP_SUPPORTS_MMAP (1 << 0) macro