Lines Matching full:power

2 Power Capping Framework
5 The power capping framework provides a consistent interface between the kernel
6 and the user space that allows power capping drivers to expose the settings to
12 The framework exposes power capping devices to user space via sysfs in the
14 'control types', which correspond to different methods of power capping. For
16 Power Limit" (RAPL) technology, whereas the 'idle-injection' control type
17 corresponds to the use of idle injection for controlling power.
19 Power zones represent different parts of the system, which can be controlled and
20 monitored using the power capping method determined by the control type the
21 given zone belongs to. They each contain attributes for monitoring power, as
22 well as controls represented in the form of power constraints. If the parts of
23 the system represented by different power zones are hierarchical (that is, one
24 bigger part consists of multiple smaller parts that each have their own power
25 controls), those power zones may also be organized in a hierarchy with one
26 parent power zone containing multiple subzones and so on to reflect the power
27 control topology of the system. In that case, it is possible to apply power
28 capping to a set of devices together using the parent power zone and if more
57 │   │   ├──power
74 │   │   ├──power
83 │   ├──power
110 │   │   ├──power
127 │   │   ├──power
136 │   ├──power
141 ├──power
150 control type called intel-rapl which contains two power zones, intel-rapl:0 and
151 intel-rapl:1, representing CPU packages. Each of these power zones contains
156 to be applied (the constraints in the 'package' power zones apply to the whole
159 power value, there is no power_uw attribute.
161 In addition to that, each power zone contains a name attribute, allowing the
171 with two different time windows to be applied to each power zone. Thus for
172 each zone there are 2 attributes representing the constraint names, 2 power
185 Power Zone Attributes
199 Current power in micro watts.
202 Range of the above power value in micro-watts.
205 Name of this power zone.
207 It is possible that some domains have both power ranges and energy counter ranges;
214 Power limit in micro watts, which should be applicable for the
224 Maximum allowed power in micro watts.
227 Minimum allowed power in micro watts.
243 Power Cap Client Driver Interface
249 Call powercap_register_zone() to register a power zone (under a given
250 control type), either as a top-level power zone or as a subzone of another
251 power zone registered earlier.
252 The number of constraints in a power zone and the corresponding callbacks have
255 To Free a power zone call powercap_unregister_zone().