Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-reqbufs.rst71 ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS`` capability is set. Otherwise
73 If ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS`` is set, then these buffers are
148 * - ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS``
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c650 *caps = V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS; in fill_buf_caps()
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h922 #define V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS (1 << 4) macro