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_MD_N() - Define synchronous multi-device SAM
478 * Defines a function executing the synchronous SAM request specified by
513 * SSAM_DEFINE_SYNC_REQUEST_MD_W() - Define synchronous multi-device SAM
519 * Defines a function executing the synchronous SAM request specified by
556 * SSAM_DEFINE_SYNC_REQUEST_MD_R() - Define synchronous multi-device SAM
562 * Defines a function executing the synchronous SAM request specified by