Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_MAPPED (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst66 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_QUEUED`` flags and clears
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
H A Dvidioc-querybuf.rst54 In the ``flags`` field the ``V4L2_BUF_FLAG_MAPPED``,
H A Dbuffer.rst463 - ``V4L2_BUF_FLAG_MAPPED``
/linux/include/trace/events/
H A Dv4l2.h76 { V4L2_BUF_FLAG_MAPPED, "MAPPED" }, \
/linux/include/uapi/linux/
H A Dvideodev2.h1198 #define V4L2_BUF_FLAG_MAPPED 0x00000001 macro