Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py143 rtcpath = '' variable in SystemValues
291 self.rtcpath = rtc
463 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
464 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
471 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
473 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
5712 if(sysvals.rtcpath != ''):