Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/pm-graph/
Dsleepgraph.py147 rtcpath = '' variable in SystemValues
310 self.rtcpath = rtc
482 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
483 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
490 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
492 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
5872 if(sysvals.rtcpath != ''):