Lines Matching full:sam

25  * enum ssam_event_flags - Flags for enabling/disabling SAM events
33 * struct ssam_event - SAM event sent from the EC to the host.
51 * enum ssam_request_flags - Flags for SAM requests.
70 * struct ssam_request - SAM request description.
79 * This struct fully describes a SAM request with payload. It is intended to
94 * struct ssam_response - Response buffer for SAM request.
128 * struct ssam_request_sync - Synchronous SAM request struct.
290 * struct ssam_request_spec - Blue-print specification of SAM request.
297 * Blue-print specification for a SAM request. This struct describes the
312 * struct ssam_request_spec_md - Blue-print specification for multi-device SAM
318 * Blue-print specification for a multi-device SAM request, i.e. a request
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
715 * This struct describes a SAM event registry via the minimal collection of
716 * SAM IDs specifying the requests to use for enabling and disabling an event.