Searched refs:V4L2_MEMORY_USERPTR (Results 1 – 19 of 19) 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()
252 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()378 if (buf->memory != V4L2_MEMORY_USERPTR) in videobuf_dma_contig_free()
354 case V4L2_MEMORY_USERPTR: in get_v4l2_plane32()391 case V4L2_MEMORY_USERPTR: in put_v4l2_plane32()435 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32()479 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32_time32()522 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32()566 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32_time32()
518 case V4L2_MEMORY_USERPTR: in __videobuf_iolock()527 } else if (vb->memory == V4L2_MEMORY_USERPTR) { in __videobuf_iolock()
201 [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
264 ``V4L2_MEMORY_USERPTR`` this is a pointer to the buffer (casted to357 :c:type:`v4l2_buffer` is ``V4L2_MEMORY_USERPTR``,692 * - ``V4L2_MEMORY_USERPTR``
208 follows standard semantics. ``V4L2_MEMORY_USERPTR`` is not supported
1143 if (req->memory == V4L2_MEMORY_USERPTR) in atomisp_reqbufs()1219 if (buf->memory == V4L2_MEMORY_USERPTR) { in atomisp_qbuf()
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()
189 V4L2_MEMORY_USERPTR = 2, enumerator
57 replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
2928 fh->cap.read_buf->memory = V4L2_MEMORY_USERPTR; in bttv_poll()