Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/v4l/
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
Dvidioc-querybuf.rst56 ``V4L2_BUF_FLAG_DONE`` flags will be valid. The ``memory`` field will be
Dbuffer.rst486 - ``V4L2_BUF_FLAG_DONE``
493 time, the ``V4L2_BUF_FLAG_QUEUED`` and ``V4L2_BUF_FLAG_DONE`` flag
/linux-6.12.1/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
562 b->flags |= V4L2_BUF_FLAG_DONE; in __fill_v4l2_buffer()
855 b->flags & V4L2_BUF_FLAG_DONE && in vb2_dqbuf()
863 b->flags &= ~V4L2_BUF_FLAG_DONE; in vb2_dqbuf()
/linux-6.12.1/include/trace/events/
Dv4l2.h78 { V4L2_BUF_FLAG_DONE, "DONE" }, \
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1196 #define V4L2_BUF_FLAG_DONE 0x00000004 macro