Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py1127 switchvalues = ['enable', 'disable', 'on', 'off', 'true', 'false', '1', '0'] variable
6102 if value in switchvalues:
6145 if value in switchvalues:
6472 if val.lower() in switchvalues: