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