Searched refs:V4L2_BUF_FLAG_REQUEST_FD (Results 1 – 7 of 7) sorted by relevance
106 be ignored unless the ``V4L2_BUF_FLAG_REQUEST_FD`` flag is set.165 ``length`` are invalid, or the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was189 The ``V4L2_BUF_FLAG_REQUEST_FD`` flag was set but the device does not191 the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was not set but the device requires
296 ``V4L2_BUF_FLAG_REQUEST_FD`` is set, then the buffer will be300 The ``V4L2_BUF_FLAG_REQUEST_FD`` flag and this field are only used by304 Applications should not set ``V4L2_BUF_FLAG_REQUEST_FD`` for any ioctls612 - ``V4L2_BUF_FLAG_REQUEST_FD``
270 the ``V4L2_BUF_FLAG_REQUEST_FD`` flag must be set. Additionally, if
51 V4L2_BUF_FLAG_REQUEST_FD | \403 if (!is_prepare && (b->flags & V4L2_BUF_FLAG_REQUEST_FD) && in vb2_queue_or_prepare_buf()422 if (!(b->flags & V4L2_BUF_FLAG_REQUEST_FD)) { in vb2_queue_or_prepare_buf()591 b->flags |= V4L2_BUF_FLAG_REQUEST_FD; in __fill_v4l2_buffer()733 if (b->flags & V4L2_BUF_FLAG_REQUEST_FD) in vb2_prepare_buf()
157 buf.flags |= V4L2_BUF_FLAG_REQUEST_FD;240 buf.flags |= V4L2_BUF_FLAG_REQUEST_FD;
1160 #define V4L2_BUF_FLAG_REQUEST_FD 0x00800000 macro
767 (buf->flags & V4L2_BUF_FLAG_REQUEST_FD)) { in v4l2_m2m_qbuf()