Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst64 ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS`` capability is set. Otherwise
66 If ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS`` is set, then these buffers are
149 * - ``V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS``
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c677 *caps = V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS; in fill_buf_caps()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1035 #define V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS (1 << 4) macro