Lines Matching full:scmi

3  * SCMI Message Protocol driver header
65 * by SCMI Clock Protocol
67 * @count_get: get the count of clocks provided by SCMI
89 * by SCMI Performance Protocol
95 * @device_domain_id: gets the scmi domain id for a given device
136 * by SCMI Power Protocol
138 * @num_domains_get: get the count of power domains provided by SCMI
166 * SCMI platform. Set to zero when not available.
189 * SCMI platform.
220 * the SCMI specification: it can be accessed using the accompanying
262 * detailed in the SCMI specification: it can accessed and
265 * SCMI platform.
439 * by SCMI Sensor Protocol
441 * @count_get: get the count of sensors provided by SCMI
472 * by SCMI Reset Protocol
474 * @num_domains_get: get the count of reset domains provided by SCMI
491 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
523 * by SCMI Voltage Protocol
525 * @num_domains_get: get the count of voltage domains provided by SCMI
550 * SCMI core
567 * @proto_id: The protocol ID as in SCMI Specification
568 * @evt_id: The message ID of the desired event as in SCMI Specification
608 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
610 * @dev: pointer to the SCMI device
611 * @version: pointer to the structure containing SCMI version information
701 * module_scmi_driver() - Helper macro for registering a scmi driver
704 * Helper macro for scmi drivers to set up proper module init / exit
712 * module_scmi_protocol() - Helper macro for registering a scmi protocol
715 * Helper macro for scmi drivers to set up proper module init / exit
727 /* SCMI Notification API - Custom Event Reports */