Lines Matching refs:zone
19 given zone belongs to. They each contain attributes for monitoring power, as
24 parent power zone containing multiple subzones and so on to reflect the power
26 capping to a set of devices together using the parent power zone and if more
159 In addition to that, each power zone contains a name attribute, allowing the
160 part of the system represented by that zone to be identified.
167 with two different time windows to be applied to each power zone. Thus for
168 each zone there are 2 attributes representing the constraint names, 2 power
194 name (ro): Name of this power zone.
218 Common zone and control type attributes
220 enabled (rw): Enable/Disable controls at zone level or for all zones using
228 Call powercap_register_zone() to register a power zone (under a given
229 control type), either as a top-level power zone or as a subzone of another
230 power zone registered earlier.
231 The number of constraints in a power zone and the corresponding callbacks have
232 to be defined prior to calling powercap_register_zone() to register that zone.
234 To Free a power zone call powercap_unregister_zone().