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
149 * @dev: A reference to the associated SCMI instance device (handle->dev).
151 * can be used by the protocol implementation to generate SCMI messages.
155 * This structure represents a protocol initialized against specific SCMI
158 * that it can access the core xfer operations to build and generate SCMI
160 * - as an opaque handle fed by an SCMI driver user when it tries to access
163 * with the related protocol operations when the SCMI driver tries to access
200 * SCMI command request pointed by @message. @desc_index is
247 * gathering FC descriptions from the SCMI platform server.
267 * struct scmi_xfer_ops - References to the core SCMI xfer operations.
271 * @do_xfer: Do the SCMI transfer.
272 * @do_xfer_with_response: Do the SCMI transfer waiting for a response.