Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py157 rtcpath = '' variable in SystemValues
329 self.rtcpath = rtc
521 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
522 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
529 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
531 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
6023 if(sysvals.rtcpath != ''):