Searched refs:V4L2_BUF_FLAG_REQUEST_FD (Results 1 – 6 of 6) sorted by relevance
113 be ignored unless the ``V4L2_BUF_FLAG_REQUEST_FD`` flag is set.173 ``length`` are invalid, or the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was197 The ``V4L2_BUF_FLAG_REQUEST_FD`` flag was set but the device does not199 the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was not set but the device requires
318 ``V4L2_BUF_FLAG_REQUEST_FD`` is set, then the buffer will be322 The ``V4L2_BUF_FLAG_REQUEST_FD`` flag and this field are only used by326 Applications should not set ``V4L2_BUF_FLAG_REQUEST_FD`` for any ioctls625 - ``V4L2_BUF_FLAG_REQUEST_FD``
49 V4L2_BUF_FLAG_REQUEST_FD | \371 if (!is_prepare && (b->flags & V4L2_BUF_FLAG_REQUEST_FD) && in vb2_queue_or_prepare_buf()389 if (!(b->flags & V4L2_BUF_FLAG_REQUEST_FD)) { in vb2_queue_or_prepare_buf()563 b->flags |= V4L2_BUF_FLAG_REQUEST_FD; in __fill_v4l2_buffer()682 if (b->flags & V4L2_BUF_FLAG_REQUEST_FD) in vb2_prepare_buf()
180 buf.flags |= V4L2_BUF_FLAG_REQUEST_FD;263 buf.flags |= V4L2_BUF_FLAG_REQUEST_FD;
497 (buf->flags & V4L2_BUF_FLAG_REQUEST_FD)) { in v4l2_m2m_qbuf()
1061 #define V4L2_BUF_FLAG_REQUEST_FD 0x00800000 macro