Searched refs:rtcwake (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/power/pm-graph/config/ |
D | freeze.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | standby.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | freeze-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 31 rtcwake: 15
|
D | freeze-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | standby-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 31 rtcwake: 15
|
D | suspend-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | suspend-x2-proc.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | standby-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | suspend-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 31 rtcwake: 15
|
D | suspend.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | example.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 30 rtcwake: 15
|
D | custom-timeline-functions.cfg | 21 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 22 rtcwake: 15
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 123 rtcwake = True variable in SystemValues 4578 if(sysvals.rtcwake): 4583 if(sysvals.rtcwake): 4611 if(sysvals.rtcwake): 5219 elif(sysvals.rtcwake): 5563 sysvals.rtcwake = False 5565 sysvals.rtcwake = True 5830 sysvals.rtcwake = False 5832 sysvals.rtcwake = True
|