Searched refs:V4L2_MEMORY_MMAP (Results 1 – 25 of 27) sorted by relevance
12
93 req.memory = V4L2_MEMORY_MMAP;101 buf.memory = V4L2_MEMORY_MMAP;120 buf.memory = V4L2_MEMORY_MMAP;145 buf.memory = V4L2_MEMORY_MMAP;
91 - Applications set this field to ``V4L2_MEMORY_MMAP``,98 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support104 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will132 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
96 - Applications set this field to ``V4L2_MEMORY_MMAP``,106 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support113 ``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type.
16 with the memory type set to ``V4L2_MEMORY_MMAP``.70 reqbuf.memory = V4L2_MEMORY_MMAP;98 buffer.memory = V4L2_MEMORY_MMAP;143 reqbuf.memory = V4L2_MEMORY_MMAP;172 buffer.memory = V4L2_MEMORY_MMAP;
113 buf.memory = V4L2_MEMORY_MMAP;249 buf.memory = V4L2_MEMORY_MMAP;331 req.memory = V4L2_MEMORY_MMAP;362 buf.memory = V4L2_MEMORY_MMAP;
35 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
256 ``V4L2_MEMORY_MMAP`` this is the offset of the buffer from the350 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_MMAP``, this691 * - ``V4L2_MEMORY_MMAP``
64 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
329 case V4L2_MEMORY_MMAP: in videobuf_status()408 case V4L2_MEMORY_MMAP: in __videobuf_mmap_setup()446 if (req->memory != V4L2_MEMORY_MMAP && in videobuf_reqbufs()537 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()571 case V4L2_MEMORY_MMAP: in videobuf_qbuf()624 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()1188 if (buf && buf->memory == V4L2_MEMORY_MMAP && in videobuf_mmap_mapper()
536 case V4L2_MEMORY_MMAP: in get_v4l2_plane32()568 case V4L2_MEMORY_MMAP: in put_v4l2_plane32()715 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32()815 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32_time32()900 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32()980 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32_time32()
166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
244 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
518 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
756 req->memory != V4L2_MEMORY_MMAP) in cpia2_reqbufs()785 buf->memory = V4L2_MEMORY_MMAP; in cpia2_querybuf()829 buf->memory != V4L2_MEMORY_MMAP || in cpia2_qbuf()881 buf->memory != V4L2_MEMORY_MMAP) in cpia2_dqbuf()
1215 if (req->memory != V4L2_MEMORY_MMAP) in vidioc_reqbufs()1271 buf->memory = V4L2_MEMORY_MMAP; in vidioc_querybuf()1280 if (buf->memory != V4L2_MEMORY_MMAP) in vidioc_qbuf()1304 if (buf->memory != V4L2_MEMORY_MMAP) in vidioc_dqbuf()1337 buf->memory = V4L2_MEMORY_MMAP; in vidioc_dqbuf()
531 buf->v4lbuf.memory = V4L2_MEMORY_MMAP; in stk_setup_siobuf()1038 if (rb->memory != V4L2_MEMORY_MMAP) in stk_vidioc_reqbufs()1084 if (buf->memory != V4L2_MEMORY_MMAP) in stk_vidioc_qbuf()
42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
553 if (reqbufs->memory != V4L2_MEMORY_MMAP) { in vidioc_reqbufs()576 if (buf->memory != V4L2_MEMORY_MMAP) { in vidioc_querybuf()
1487 if ((reqbufs->memory != V4L2_MEMORY_MMAP) && in vidioc_reqbufs()1566 if ((buf->memory != V4L2_MEMORY_MMAP) && in vidioc_querybuf()
1165 if (vpfe_dev->memory == V4L2_MEMORY_MMAP && in vpfe_videobuf_setup()1313 if (vpfe_dev->memory != V4L2_MEMORY_MMAP) { in vpfe_querybuf()
1109 if (buf && buf->memory == V4L2_MEMORY_MMAP && in atomisp_videobuf_mmap_mapper()
1224 } else if (buf->memory == V4L2_MEMORY_MMAP) { in atomisp_qbuf()1345 if (buf->memory != V4L2_MEMORY_MMAP) { in atomisp_qbuf_file()
907 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init_name()
55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
188 V4L2_MEMORY_MMAP = 1, enumerator