Searched refs:disopt (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6580 disopt = ['on', 'off', 'standby', 'suspend'] 6581 if value not in disopt: 6582 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True) 6933 disopt = ['on', 'off', 'standby', 'suspend'] variable 6934 if val.lower() not in disopt: 6935 doError('valid display mode values are %s' % disopt, True)
|