Lines Matching full:scmi
3 * SCMI Powercap support.
247 return "SCMI power-cap"; in scmi_powercap_get_name()
332 * scmi_zones_register- Register SCMI powercap zones starting from parent zones
334 * @dev: A reference to the SCMI device
337 * When registering SCMI powercap zones with the powercap framework we should
341 * Unfortunately we cannot assume that the array of available SCMI powercap
342 * zones provided by the SCMI platform firmware is built to comply with such
345 * This function, given the set of SCMI powercap zones to register, takes care
346 * to walk the SCMI powercap zones trees up to the root registering any
355 * sporting an SCMI abstract power scale) as long as they are positioned as
356 * leaves in the SCMI powercap zones hierarchy: any non-leaf invalid zone causes
357 * the entire process to fail since we cannot assume the correctness of an SCMI
360 * Note that the array of SCMI powercap zones as returned by the SCMI platform
413 dev_info(dev, "Registered %d SCMI Powercap domains !\n", reg_zones); in scmi_zones_register()
491 * Scan array of retrieved SCMI powercap domains and register them in scmi_powercap_probe()
515 MODULE_DEVICE_TABLE(scmi, scmi_id_table);
518 .name = "scmi-powercap",
528 scmi_top_pcntrl = powercap_register_control_type(NULL, "arm-scmi", NULL); in scmi_powercap_init()
549 MODULE_DESCRIPTION("ARM SCMI Powercap driver");