Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dbootgraph.py893 switchoff = ['disable', 'off', 'false', '0'] variable
931 if val.lower() in switchoff:
H A Dsleepgraph.py1409 switchoff = ['disable', 'off', 'false', '0']
6530 if value in switchoff:
6573 if value in switchoff:
6589 if value in switchoff:
6635 if value in switchoff:
6922 if val.lower() in switchoff:
6944 if val.lower() in switchoff:
6986 if val.lower() in switchoff:
1386 switchoff = ['disable', 'off', 'false', '0'] global() variable