Searched refs:V4L2_MEMORY_MMAP (Results 1 – 25 of 26) sorted by relevance
12
100 req.memory = V4L2_MEMORY_MMAP;108 buf.memory = V4L2_MEMORY_MMAP;127 buf.memory = V4L2_MEMORY_MMAP;152 buf.memory = V4L2_MEMORY_MMAP;
99 - Applications set this field to ``V4L2_MEMORY_MMAP``,106 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support112 ``V4L2_MEMORY_MMAP`` and ``type`` set to the buffer type. This will138 - This buffer type supports the ``V4L2_MEMORY_MMAP`` streaming mode.
105 - Applications set this field to ``V4L2_MEMORY_MMAP``,115 guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support122 ``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type.
22 with the memory type set to ``V4L2_MEMORY_MMAP``.76 reqbuf.memory = V4L2_MEMORY_MMAP;104 buffer.memory = V4L2_MEMORY_MMAP;150 reqbuf.memory = V4L2_MEMORY_MMAP;179 buffer.memory = V4L2_MEMORY_MMAP;
120 buf.memory = V4L2_MEMORY_MMAP;256 buf.memory = V4L2_MEMORY_MMAP;338 req.memory = V4L2_MEMORY_MMAP;369 buf.memory = V4L2_MEMORY_MMAP;
43 method, therefore it is available only for ``V4L2_MEMORY_MMAP`` buffers.
274 ``V4L2_MEMORY_MMAP`` this is the offset of the buffer from the378 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_MMAP``, this705 * - ``V4L2_MEMORY_MMAP``
71 ``memory`` field to ``V4L2_MEMORY_MMAP``. When ``VIDIOC_QBUF`` is called
328 case V4L2_MEMORY_MMAP: in videobuf_status()407 case V4L2_MEMORY_MMAP: in __videobuf_mmap_setup()445 if (req->memory != V4L2_MEMORY_MMAP && in videobuf_reqbufs()536 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()570 case V4L2_MEMORY_MMAP: in videobuf_qbuf()623 if (b->memory == V4L2_MEMORY_MMAP) in videobuf_qbuf()1187 if (buf && buf->memory == V4L2_MEMORY_MMAP && in videobuf_mmap_mapper()
166 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
506 case V4L2_MEMORY_MMAP: in get_v4l2_plane32()538 case V4L2_MEMORY_MMAP: in put_v4l2_plane32()660 case V4L2_MEMORY_MMAP: in get_v4l2_buffer32()745 case V4L2_MEMORY_MMAP: in put_v4l2_buffer32()
244 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
516 case V4L2_MEMORY_MMAP: in __videobuf_iolock()
474 if (buf->memory == V4L2_MEMORY_MMAP && !V4L2_TYPE_IS_OUTPUT(vq->type)) { in v4l2_m2m_querybuf()
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()
644 if (vr->memory != V4L2_MEMORY_MMAP) in vidioc_reqbufs()681 vb->memory = V4L2_MEMORY_MMAP; in vidioc_querybuf()685 vb->memory = V4L2_MEMORY_MMAP; in vidioc_querybuf()752 vb->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()
1481 if ((reqbufs->memory != V4L2_MEMORY_MMAP) && in vidioc_reqbufs()1560 if ((buf->memory != V4L2_MEMORY_MMAP) && in vidioc_querybuf()
1164 if (vpfe_dev->memory == V4L2_MEMORY_MMAP && in vpfe_videobuf_setup()1312 if (vpfe_dev->memory != V4L2_MEMORY_MMAP) { in vpfe_querybuf()
842 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init()
55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
186 V4L2_MEMORY_MMAP = 1, enumerator