Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py875 fwResume = 0 # time spent in firmware resume variable in Data
2749 data.fwSuspend, data.fwResume = tp.fwdata[data.testnumber]
2751 (data.fwSuspend > 0 or data.fwResume > 0)):
3144 data.fwSuspend, data.fwResume = tp.fwdata[data.testnumber]
3145 if(data.fwSuspend > 0 or data.fwResume > 0):
3198 (data.fwSuspend, data.fwResume))
3738 resume_time = '%.0f'%(rktime + (data.fwResume/1000000.0))
3754 rftime = '%.3f'%(data.fwResume / 1000000.0)
5318 stamp['fwsuspend'], stamp['fwresume'] = data.fwSuspend, data.fwResume