Lines Matching full:scmi

3  * SCMI Message Protocol driver header
77 * by SCMI Clock Protocol
79 * @count_get: get the count of clocks provided by SCMI
122 * by SCMI Performance Protocol
172 * by SCMI Power Protocol
174 * @num_domains_get: get the count of power domains provided by SCMI
203 * SCMI platform. Set to zero when not available.
226 * SCMI platform.
257 * the SCMI specification: it can be accessed using the accompanying
299 * detailed in the SCMI specification: it can accessed and
302 * SCMI platform.
476 * by SCMI Sensor Protocol
478 * @count_get: get the count of sensors provided by SCMI
509 * by SCMI Reset Protocol
511 * @num_domains_get: get the count of reset domains provided by SCMI
534 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
567 * by SCMI Voltage Protocol
569 * @num_domains_get: get the count of voltage domains provided by SCMI
650 * by SCMI Powercap Protocol
652 * @num_domains_get: get the count of powercap domains provided by SCMI.
655 * On SCMI platforms supporting powercap zone disabling, this could
664 * zero (since SCMI v3.2): there are dedicated operations that should
667 * if supported by the SCMI platform implementation.
668 * Note that, by the SCMI specification, the platform can
689 * in the SCMI backend server.
722 * SCMI core
739 * @proto_id: The protocol ID as in SCMI Specification
740 * @evt_id: The message ID of the desired event as in SCMI Specification
780 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
782 * @dev: pointer to the SCMI device
783 * @version: pointer to the structure containing SCMI version information
793 * Some users of the SCMI stack in the upper layers could
794 * be interested to know if they can assume SCMI
885 * module_scmi_driver() - Helper macro for registering a scmi driver
888 * Helper macro for scmi drivers to set up proper module init / exit
896 * module_scmi_protocol() - Helper macro for registering a scmi protocol
899 * Helper macro for scmi drivers to set up proper module init / exit
911 /* SCMI Notification API - Custom Event Reports */