Lines Matching full:request
24 /** @brief Request MRAM operations without latency.
27 * an operation to request the MRAM low latency. If initiation of the
28 * operation succeeds, the result of the request operation is provided through
32 * expectations and how to notify the client when the request
44 /** @brief Request MRAM operations without latency.
46 * Request is synchronous and blocks until it is completed. It can be called only
49 * @retval 0 on successful request.
51 * @retval -EAGAIN if request was not completed on time.
56 * @brief Safely cancel a request for MRAM operations without latency.
58 * It may be that a client has issued a reservation request but needs to
59 * shut down before the request has completed. This function attempts to
60 * cancel the request and issues a release if cancellation fails because
61 * the request was completed. This synchronously ensures that ownership
62 * data reverts to the client so is available for a future request.
78 * @brief Release a request for MRAM operations without latency.
82 * @retval 0 on successful request.