Lines Matching full:scmi

3  * SCMI Message Protocol driver header
75 * by SCMI Clock Protocol
77 * @count_get: get the count of clocks provided by SCMI
102 * by SCMI Performance Protocol
108 * @device_domain_id: gets the scmi domain id for a given device
149 * by SCMI Power Protocol
151 * @num_domains_get: get the count of power domains provided by SCMI
180 * SCMI platform. Set to zero when not available.
203 * SCMI platform.
234 * the SCMI specification: it can be accessed using the accompanying
276 * detailed in the SCMI specification: it can accessed and
279 * SCMI platform.
453 * by SCMI Sensor Protocol
455 * @count_get: get the count of sensors provided by SCMI
486 * by SCMI Reset Protocol
488 * @num_domains_get: get the count of reset domains provided by SCMI
511 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
544 * by SCMI Voltage Protocol
546 * @num_domains_get: get the count of voltage domains provided by SCMI
627 * by SCMI Powercap Protocol
629 * @num_domains_get: get the count of powercap domains provided by SCMI.
652 * in the SCMI backend server.
681 * SCMI core
698 * @proto_id: The protocol ID as in SCMI Specification
699 * @evt_id: The message ID of the desired event as in SCMI Specification
739 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
741 * @dev: pointer to the SCMI device
742 * @version: pointer to the structure containing SCMI version information
752 * Some users of the SCMI stack in the upper layers could
753 * be interested to know if they can assume SCMI
849 * module_scmi_driver() - Helper macro for registering a scmi driver
852 * Helper macro for scmi drivers to set up proper module init / exit
860 * module_scmi_protocol() - Helper macro for registering a scmi protocol
863 * Helper macro for scmi drivers to set up proper module init / exit
875 /* SCMI Notification API - Custom Event Reports */