Lines Matching full:synchronous
125 /* -- Synchronous request interface. ---------------------------------------- */
128 * struct ssam_request_sync - Synchronous SAM request struct.
155 * ssam_request_sync_set_data - Set message data of a synchronous request.
160 * Set the request message data of a synchronous request. The provided buffer
170 * ssam_request_sync_set_resp - Set response buffer of a synchronous request.
174 * Sets the response buffer of a synchronous request. This buffer will store
188 * ssam_request_sync_wait - Wait for completion of a synchronous request.
191 * Wait for completion and release of a synchronous request. After this
220 * ssam_request_sync_onstack - Execute a synchronous request on the stack.
226 * Allocates a synchronous request with specified payload length on the stack,
335 * SSAM_DEFINE_SYNC_REQUEST_N() - Define synchronous SAM request function
340 * Defines a function executing the synchronous SAM request specified by
373 * SSAM_DEFINE_SYNC_REQUEST_W() - Define synchronous SAM request function with
379 * Defines a function executing the synchronous SAM request specified by
414 * SSAM_DEFINE_SYNC_REQUEST_R() - Define synchronous SAM request function with
420 * Defines a function executing the synchronous SAM request specified by
473 * SSAM_DEFINE_SYNC_REQUEST_WR() - Define synchronous SAM request function with
480 * Defines a function executing the synchronous SAM request specified by @spec,
534 * SSAM_DEFINE_SYNC_REQUEST_MD_N() - Define synchronous multi-device SAM
539 * Defines a function executing the synchronous SAM request specified by
574 * SSAM_DEFINE_SYNC_REQUEST_MD_W() - Define synchronous multi-device SAM
580 * Defines a function executing the synchronous SAM request specified by
617 * SSAM_DEFINE_SYNC_REQUEST_MD_R() - Define synchronous multi-device SAM
623 * Defines a function executing the synchronous SAM request specified by
678 * SSAM_DEFINE_SYNC_REQUEST_MD_WR() - Define synchronous multi-device SAM
685 * Defines a function executing the synchronous SAM request specified by @spec,