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