Searched refs:V4L2_MEMORY_USERPTR (Results 1 – 13 of 13) sorted by relevance
349 case V4L2_MEMORY_USERPTR: in get_v4l2_plane32()386 case V4L2_MEMORY_USERPTR: in put_v4l2_plane32()430 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32()474 case V4L2_MEMORY_USERPTR: in get_v4l2_buffer32_time32()517 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32()561 case V4L2_MEMORY_USERPTR: in put_v4l2_buffer32_time32()
196 [V4L2_MEMORY_USERPTR] = "userptr",
142 buf.memory = V4L2_MEMORY_USERPTR;266 buf.memory = V4L2_MEMORY_USERPTR;389 req.memory = V4L2_MEMORY_USERPTR;
16 with the memory type set to ``V4L2_MEMORY_USERPTR``.39 reqbuf.memory = V4L2_MEMORY_USERPTR;
94 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See138 - This buffer type supports the ``V4L2_MEMORY_USERPTR`` streaming mode.
97 ``V4L2_MEMORY_DMABUF`` or ``V4L2_MEMORY_USERPTR``. See
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``
71 ``memory`` field to ``V4L2_MEMORY_USERPTR``, the ``m.userptr`` field to
208 follows standard semantics. ``V4L2_MEMORY_USERPTR`` is not supported
1539 (reqbufs->memory != V4L2_MEMORY_USERPTR) && in vidioc_reqbufs()1609 (buf->memory != V4L2_MEMORY_USERPTR) && in vidioc_querybuf()
921 || 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