Lines Matching +full:space +full:- +full:constraint
1 .. SPDX-License-Identifier: GPL-2.0
18 The user space is the most adequate place to dynamically act on the
48 `-- pkg
50 |-- pd0 (cpu0-3)
52 `-- pd1 (cpu4-5)
56 SoC (400mW - 3100mW)
58 `-- pkg (400mW - 3100mW)
60 |-- pd0 (100mW - 700mW)
62 `-- pd1 (300mW - 2400mW)
66 SoC (600mW - 5900mW)
68 |-- pkg (400mW - 3100mW)
70 | |-- pd0 (100mW - 700mW)
72 | `-- pd1 (300mW - 2400mW)
74 `-- pd2 (200mW - 2800mW)
80 |-- pkg (w=538)
82 | |-- pd0 (w=231)
84 | `-- pd1 (w=794)
86 `-- pd2 (w=486)
92 SoC (w=1024) <--- power_limit = 3200mW
94 |-- pkg (w=538) --> power_limit = 1681mW
96 | |-- pd0 (w=231) --> power_limit = 378mW
98 | `-- pd1 (w=794) --> power_limit = 1303mW
100 `-- pd2 (w=486) --> power_limit = 1519mW
104 ----------------
108 space a flat representation of all the devices supporting the power
112 ------------------------
122 User space API
137 if it is not recommended for the user space, several nodes can have
140 * constraint_X_name: The name of the constraint.
147 the constraint will be removed.
150 on the constraint number.
153 -----------
155 * Constraint 0: The power limitation is immediately applied, without
162 --------
204 ------------