Lines Matching full:scmi
9 * @brief SCMI protocol generic functions and structures
16 #include <zephyr/drivers/firmware/scmi/util.h>
21 * @brief Build an SCMI message header
23 * Builds an SCMI message header based on the
40 * @brief SCMI message type
52 * @brief SCMI status codes
72 * @brief SCMI protocol structure
88 * @brief SCMI message structure
97 * @brief Convert an SCMI status code to its Linux equivalent (if possible)
99 * @param scmi_status SCMI status code as shown in `enum scmi_status_code`
106 * @brief Send an SCMI message and wait for its reply
108 * Blocking function used to send an SCMI message over
111 * @param proto pointer to SCMI protocol
112 * @param msg pointer to SCMI message to send
113 * @param reply pointer to SCMI message in which the reply is to be