Searched refs:dT (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/Documentation/devicetree/bindings/thermal/ |
D | thermal-zones.yaml | 27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt 33 The maximum dT/dt is highly bound to hardware power consumption and 35 max dT/dt, such that a device does not cross several trip boundaries
|
/linux-5.19.10/tools/power/pm-graph/ |
D | sleepgraph.py | 1663 def trimTimeVal(self, t, t0, dT, left): argument 1666 if(t - dT < t0): 1668 return t - dT 1672 if(t < t0 + dT): 1674 return t0 + dT 1675 return t + dT 1678 def trimTime(self, t0, dT, left): argument 1679 self.tSuspended = self.trimTimeVal(self.tSuspended, t0, dT, left) 1680 self.tResumed = self.trimTimeVal(self.tResumed, t0, dT, left) 1681 self.start = self.trimTimeVal(self.start, t0, dT, left) [all …]
|