Lines Matching full:scmi
3 * System Control and Management Interface (SCMI) Message Protocol
5 * and function prototypes used in all the different SCMI protocols.
158 /* SCMI Transport */
160 * struct scmi_chan_info - Structure representing a SCMI channel information
164 * @dev: Reference to device in the SCMI hierarchy corresponding to this
168 * @handle: Pointer to SCMI entity handle
186 * struct scmi_transport_ops - Structure representing a SCMI transport ops
225 * initialize some transport-specific setup during SCMI core
226 * initialization, so ahead of SCMI core probing.
228 * de-initialize some transport-specific setup during SCMI core
229 * de-initialization, so after SCMI core removal.
236 * @force_polling: Flag to force this whole transport to use SCMI core polling