Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dsleepgraph.py1408 switchvalues = ['enable', 'disable', 'on', 'off', 'true', 'false', '1', '0'] variable
6530 if value in switchvalues:
6573 if value in switchvalues:
6922 if val.lower() in switchvalues: