Lines Matching full:scmi
3 * System Control and Management Interface (SCMI) Message Protocol
5 * and function prototypes used in all the different SCMI protocols.
160 /* SCMI Transport */
162 * struct scmi_chan_info - Structure representing a SCMI channel information
166 * @dev: Reference to device in the SCMI hierarchy corresponding to this
171 * @handle: Pointer to SCMI entity handle
190 * struct scmi_transport_ops - Structure representing a SCMI transport ops
234 * Only SCMI synchronous commands reported by the platform
237 * decision is finally left up to the SCMI drivers.
238 * @force_polling: Flag to force this whole transport to use SCMI core polling
438 * the core SCMI stack
440 * @core_ops: A pointer to a pointer used by the core SCMI stack to make the
464 spdev = platform_device_alloc("arm-scmi", PLATFORM_DEVID_AUTO); \