Home | History | Annotate | Download | only in power

Lines Matching refs:device_times

24         device_times[]: List of individual device suspend/resume time dicts.
104 throw=False, device_times=False, suspend_state=''):
122 if device_times:
123 self.device_times = []
140 if hasattr(self, 'device_times'):
184 del self.device_times
347 self.device_times.append(dict())
374 self.device_times[-1][dev_key] = total_secs
611 if hasattr(self, 'device_times'):
613 return (self.successes[-1], self.device_times[-1])