Lines Matching full:scmi
3 * SCMI Message Protocol driver header
88 * by SCMI Clock Protocol
90 * @count_get: get the count of clocks provided by SCMI
134 * by SCMI Performance Protocol
192 * by SCMI Power Protocol
194 * @num_domains_get: get the count of power domains provided by SCMI
223 * SCMI platform. Set to zero when not available.
246 * SCMI platform.
277 * the SCMI specification: it can be accessed using the accompanying
319 * detailed in the SCMI specification: it can accessed and
322 * SCMI platform.
496 * by SCMI Sensor Protocol
498 * @count_get: get the count of sensors provided by SCMI
529 * by SCMI Reset Protocol
531 * @num_domains_get: get the count of reset domains provided by SCMI
554 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
587 * by SCMI Voltage Protocol
589 * @num_domains_get: get the count of voltage domains provided by SCMI
670 * by SCMI Powercap Protocol
672 * @num_domains_get: get the count of powercap domains provided by SCMI.
675 * On SCMI platforms supporting powercap zone disabling, this could
684 * zero (since SCMI v3.2): there are dedicated operations that should
687 * if supported by the SCMI platform implementation.
688 * Note that, by the SCMI specification, the platform can
709 * in the SCMI backend server.
774 * by SCMI Pinctrl Protocol
825 * SCMI core
842 * @proto_id: The protocol ID as in SCMI Specification
843 * @evt_id: The message ID of the desired event as in SCMI Specification
881 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
883 * @dev: pointer to the SCMI device
884 * @version: pointer to the structure containing SCMI version information
894 * Some users of the SCMI stack in the upper layers could
895 * be interested to know if they can assume SCMI
987 * module_scmi_driver() - Helper macro for registering a scmi driver
990 * Helper macro for scmi drivers to set up proper module init / exit
998 * module_scmi_protocol() - Helper macro for registering a scmi protocol
1001 * Helper macro for scmi drivers to set up proper module init / exit
1013 /* SCMI Notification API - Custom Event Reports */