Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dv4l2.h85 { V4L2_BUF_FLAG_NO_CACHE_INVALIDATE, "NO_CACHE_INVALIDATE" }, \
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-reqbufs.rst164 :ref:`V4L2_BUF_FLAG_NO_CACHE_INVALIDATE <V4L2-BUF-FLAG-NO-CACHE-INVALIDATE>`,
A Dbuffer.rst563 - ``V4L2_BUF_FLAG_NO_CACHE_INVALIDATE``
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c354 b->flags &= ~V4L2_BUF_FLAG_NO_CACHE_INVALIDATE; in set_buffer_cache_hints()
359 if (b->flags & V4L2_BUF_FLAG_NO_CACHE_INVALIDATE) in set_buffer_cache_hints()
/linux/include/uapi/linux/
A Dvideodev2.h1114 #define V4L2_BUF_FLAG_NO_CACHE_INVALIDATE 0x00000800 macro
/linux/drivers/staging/media/atomisp/pci/
A Datomisp_ioctl.c1143 static const int NOFLUSH_FLAGS = V4L2_BUF_FLAG_NO_CACHE_INVALIDATE | in atomisp_qbuf()

Completed in 22 milliseconds