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