Lines Matching full:request
13 MEDIA_REQUEST_IOC_QUEUE - Queue a request
31 If the media device supports :ref:`requests <media-request-api>`, then
32 this request ioctl can be used to queue a previously allocated request.
34 If the request was successfully queued, then the file descriptor can be
35 :ref:`polled <request-func-poll>` to wait for the request to complete.
37 If the request was already queued before, then ``EBUSY`` is returned.
38 Other errors can be returned if the contents of the request contained
40 common error codes. On error both the request and driver state are unchanged.
42 Once a request is queued, then the driver is required to gracefully handle
43 errors that occur when the request is applied to the hardware. The
48 (without a request). ``EBUSY`` will be returned if the first buffer was
49 queued directly and you next try to queue a request, or vice versa.
51 A request must contain at least one buffer, otherwise this ioctl will
62 The request was already queued or the application queued the first
63 buffer directly, but later attempted to use a request. It is not permitted
66 The request did not contain any buffers. All requests are required
68 configuration is missing in the request.
71 request.
73 The request has invalid data.