Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst136 * - ``V4L2_BUF_CAP_SUPPORTS_USERPTR``
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c692 *caps |= V4L2_BUF_CAP_SUPPORTS_USERPTR; in vb2_set_flags_and_caps()
/linux/include/uapi/linux/
H A Dvideodev2.h1068 #define V4L2_BUF_CAP_SUPPORTS_USERPTR (1 << 1) macro