Home
last modified time | relevance | path

Searched refs:dT (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml27 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-6.15/tools/power/pm-graph/
H A Dsleepgraph.py1792 def trimTimeVal(self, t, t0, dT, left): argument
1795 if(t - dT < t0):
1797 return t - dT
1801 if(t < t0 + dT):
1803 return t0 + dT
1804 return t + dT
1807 def trimTime(self, t0, dT, left): argument
1833 e.end = self.trimTimeVal(e.end, t0, dT, left)
1839 c0 = self.trimTimeVal(c0, t0, dT, left)
1840 cN = self.trimTimeVal(cN, t0, dT, left)
[all …]