Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py1367 switchvalues = ['enable', 'disable', 'on', 'off', 'true', 'false', '1', '0'] variable
6452 if value in switchvalues:
6495 if value in switchvalues:
6843 if val.lower() in switchvalues: