Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-reqbufs.rst166 :ref:`V4L2_MEMORY_FLAG_NON_COHERENT <V4L2-MEMORY-FLAG-NON-COHERENT>`.
A Dbuffer.rst722 - ``V4L2_MEMORY_FLAG_NON_COHERENT``
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-core.c764 bool non_coherent_mem = flags & V4L2_MEMORY_FLAG_NON_COHERENT; in vb2_core_reqbufs()
908 bool non_coherent_mem = flags & V4L2_MEMORY_FLAG_NON_COHERENT; in vb2_core_create_bufs()
A Dvideobuf2-v4l2.c707 *flags &= V4L2_MEMORY_FLAG_NON_COHERENT; in validate_memory_flags()
/linux/include/uapi/linux/
A Dvideodev2.h966 #define V4L2_MEMORY_FLAG_NON_COHERENT (1 << 0) macro

Completed in 23 milliseconds