Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py145 rtcpath = '' variable in SystemValues
308 self.rtcpath = rtc
480 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
481 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
488 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
490 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
5832 if(sysvals.rtcpath != ''):
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py157 rtcpath = '' variable in SystemValues
330 self.rtcpath = rtc
522 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
523 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
530 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
532 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
6044 if(sysvals.rtcpath != ''):

Completed in 17 milliseconds