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
167 * @handle: Pointer to SCMI entity handle
184 * struct scmi_transport_ops - Structure representing a SCMI transport ops
223 * initialize some transport-specific setup during SCMI core
224 * initialization, so ahead of SCMI core probing.
226 * de-initialize some transport-specific setup during SCMI core
227 * de-initialization, so after SCMI core removal.
234 * @force_polling: Flag to force this whole transport to use SCMI core polling