Lines Matching full:scmi
3 * System Control and Management Interface (SCMI) Message Protocol
5 * and function prototypes used in all the different SCMI protocols.
73 * @type: The SCMI type for this message
158 * @dev: A reference to the associated SCMI instance device (handle->dev).
160 * can be used by the protocol implementation to generate SCMI messages.
164 * This structure represents a protocol initialized against specific SCMI
167 * that it can access the core xfer operations to build and generate SCMI
169 * - as an opaque handle fed by an SCMI driver user when it tries to access
172 * with the related protocol operations when the SCMI driver tries to access
209 * SCMI command request pointed by @message. @desc_index is
258 * gathering FC descriptions from the SCMI platform server.
280 * struct scmi_xfer_ops - References to the core SCMI xfer operations.
284 * @do_xfer: Do the SCMI transfer.
285 * @do_xfer_with_response: Do the SCMI transfer waiting for a response.