Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.h139 u32 ttemp; member
/Linux-v5.4/include/soc/fsl/qe/
Dqe.h601 __be32 ttemp; /* Tx temp */ member
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py2870 self.ttemp = dict()
3174 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3176 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3263 if(name not in testrun.ttemp):
3264 testrun.ttemp[name] = []
3267 testrun.ttemp[name].append(\
3270 if(len(testrun.ttemp[name]) > 0):
3272 testrun.ttemp[name][-1]['end'] = t.time
3398 for name in sorted(test.ttemp):
3399 for event in test.ttemp[name]: