Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_DONE (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-qbuf.rst67 the ``V4L2_BUF_FLAG_DONE`` flag in the ``flags`` field, or it returns an
77 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
92 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
A Dvidioc-querybuf.rst56 ``V4L2_BUF_FLAG_DONE`` flags will be valid. The ``memory`` field will be
A Dbuffer.rst486 - ``V4L2_BUF_FLAG_DONE``
493 time, the ``V4L2_BUF_FLAG_QUEUED`` and ``V4L2_BUF_FLAG_DONE`` flag
/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
575 b->flags |= V4L2_BUF_FLAG_DONE; in __fill_v4l2_buffer()
840 b->flags & V4L2_BUF_FLAG_DONE && in vb2_dqbuf()
848 b->flags &= ~V4L2_BUF_FLAG_DONE; in vb2_dqbuf()
/linux-6.3-rc2/include/trace/events/
A Dv4l2.h78 { V4L2_BUF_FLAG_DONE, "DONE" }, \
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dvideobuf-core.c359 b->flags |= V4L2_BUF_FLAG_DONE; in videobuf_status()
728 b->flags &= ~V4L2_BUF_FLAG_DONE; in videobuf_dqbuf()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h1142 #define V4L2_BUF_FLAG_DONE 0x00000004 macro

Completed in 20 milliseconds