Searched refs:V4L2_MEMORY_USERPTR (Results 1 – 17 of 17) sorted by relevance
333 case V4L2_MEMORY_USERPTR: in videobuf_status()411 case V4L2_MEMORY_USERPTR: in __videobuf_mmap_setup()447 req->memory != V4L2_MEMORY_USERPTR && in videobuf_reqbufs()585 case V4L2_MEMORY_USERPTR: in videobuf_qbuf()801 q->read_buf->memory = V4L2_MEMORY_USERPTR; in videobuf_read_zerocopy()907 q->read_buf->memory = V4L2_MEMORY_USERPTR; in videobuf_read_one()975 err = __videobuf_mmap_setup(q, count, size, V4L2_MEMORY_USERPTR); in __videobuf_read_start()
175 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()312 if ((buf->memory != V4L2_MEMORY_USERPTR) || buf->baddr) in videobuf_vmalloc_free()
341 case V4L2_MEMORY_USERPTR: in get_v4l2_plane32()378 case V4L2_MEMORY_USERPTR: in put_v4l2_plane32()422 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32()466 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32_time32()509 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32()553 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32_time32()
252 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()378 if (buf->memory != V4L2_MEMORY_USERPTR) in videobuf_dma_contig_free()
514 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()523 } else if (vb->memory == V4L2_MEMORY_USERPTR) { in __videobuf_iolock()
196 [V4L2_MEMORY_USERPTR] = "userptr",
16 with the memory type set to ``V4L2_MEMORY_USERPTR``.39 reqbuf.memory = V4L2_MEMORY_USERPTR;
142 buf.memory = V4L2_MEMORY_USERPTR;266 buf.memory = V4L2_MEMORY_USERPTR;389 req.memory = V4L2_MEMORY_USERPTR;
92 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See142 - This buffer type supports the ``V4L2_MEMORY_USERPTR`` streaming mode.
97 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
71 ``memory`` field to ``V4L2_MEMORY_USERPTR``, the ``m.userptr`` field to
262 ``V4L2_MEMORY_USERPTR`` this is a pointer to the buffer (casted to352 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_USERPTR``,687 * - ``V4L2_MEMORY_USERPTR``
208 follows standard semantics. ``V4L2_MEMORY_USERPTR`` is not supported
1494 (reqbufs->memory != V4L2_MEMORY_USERPTR)) in vidioc_reqbufs()1573 (buf->memory != V4L2_MEMORY_USERPTR)) in vidioc_querybuf()
898 || WARN_ON(VB2_MEMORY_USERPTR != (int)V4L2_MEMORY_USERPTR) in vb2_queue_init_name()
57 replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
189 V4L2_MEMORY_USERPTR = 2, enumerator