Lines Matching full:zones
266 /* Un-register children zones first starting from the leaves */ in scmi_powercap_unregister_all_zones()
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
338 * take care to always register zones starting from the root ones and to
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
347 * unregistered parent zone before registering the child zones; at the same
351 * the @registered_zones array backward and unregister all the zones starting
352 * from the leaves, removing children zones before parents.
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
361 * is known to be sane, i.e. zones relationships have been validated at the