Home
last modified time | relevance | path

Searched refs:MEDIA_REQUEST_IOC_QUEUE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-queue.rst7 ioctl MEDIA_REQUEST_IOC_QUEUE
13 MEDIA_REQUEST_IOC_QUEUE - Queue a request
18 .. c:macro:: MEDIA_REQUEST_IOC_QUEUE
20 ``int ioctl(int request_fd, MEDIA_REQUEST_IOC_QUEUE)``
H A Drequest-func-ioctl.rst32 example :ref:`MEDIA_REQUEST_IOC_QUEUE`.
H A Dmedia-ioc-request-alloc.rst46 :ref:`MEDIA_REQUEST_IOC_QUEUE` and re-initialized by calling
H A Drequest-api.rst66 queued by calling :ref:`MEDIA_REQUEST_IOC_QUEUE` on the request file descriptor.
169 if (ioctl(req_fd, MEDIA_REQUEST_IOC_QUEUE))
249 if (ioctl(req_fd, MEDIA_REQUEST_IOC_QUEUE))
/openbmc/linux/include/uapi/linux/
H A Dmedia.h382 #define MEDIA_REQUEST_IOC_QUEUE _IO('|', 0x80) macro
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-stateless-decoder.rst314 3. Submit the request by invoking :c:func:`MEDIA_REQUEST_IOC_QUEUE` on the
319 :c:func:`MEDIA_REQUEST_IOC_QUEUE` will return ``-ENOENT``. If more than one
321 :c:func:`MEDIA_REQUEST_IOC_QUEUE` returning non-zero means that no
/openbmc/linux/drivers/media/mc/
H A Dmc-request.c227 case MEDIA_REQUEST_IOC_QUEUE: in media_request_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1180 +pub const MEDIA_REQUEST_IOC_QUEUE: u32 = 31872;
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch56436 + while (ioctl(req->fd, MEDIA_REQUEST_IOC_QUEUE, NULL) == -1)