Searched refs:switchvalues (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1206 switchvalues = ['enable', 'disable', 'on', 'off', 'true', 'false', '1', '0'] variable 6235 if value in switchvalues: 6278 if value in switchvalues: 6613 if val.lower() in switchvalues:
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1385 switchvalues = ['enable', 'disable', 'on', 'off', 'true', 'false', '1', '0'] variable 6473 if value in switchvalues: 6516 if value in switchvalues: 6864 if val.lower() in switchvalues:
|
Completed in 16 milliseconds