Lines Matching full:powercap
3 * SCMI Powercap support.
13 #include <linux/powercap.h>
332 * scmi_zones_register- Register SCMI powercap zones starting from parent zones
335 * @pr: A reference to the root powercap zones descriptors
337 * When registering SCMI powercap zones with the powercap framework we should
341 * Unfortunately we cannot assume that the array of available SCMI powercap
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
356 * leaves in the SCMI powercap zones hierarchy: any non-leaf invalid zone causes
358 * powercap zones hierarchy if some of the internal nodes are missing.
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()
441 dev_err(dev, "number of powercap domains not found\n"); in scmi_powercap_probe()
462 * Powercap domains are validate by the protocol layer, i.e. in scmi_powercap_probe()
476 * Forcibly skip powercap domains using an abstract scale. in scmi_powercap_probe()
491 * Scan array of retrieved SCMI powercap domains and register them in scmi_powercap_probe()
512 { SCMI_PROTOCOL_POWERCAP, "powercap" },
518 .name = "scmi-powercap",
549 MODULE_DESCRIPTION("ARM SCMI Powercap driver");