.. | .. |
---|
35 | 35 | |
---|
36 | 36 | This will be one of the following strings: |
---|
37 | 37 | |
---|
38 | | - off |
---|
39 | | - on |
---|
40 | | - error |
---|
41 | | - fast |
---|
42 | | - normal |
---|
43 | | - idle |
---|
44 | | - standby |
---|
| 38 | + - off |
---|
| 39 | + - on |
---|
| 40 | + - error |
---|
| 41 | + - fast |
---|
| 42 | + - normal |
---|
| 43 | + - idle |
---|
| 44 | + - standby |
---|
45 | 45 | |
---|
46 | 46 | "off" means the regulator is not supplying power to the |
---|
47 | 47 | system. |
---|
.. | .. |
---|
74 | 74 | |
---|
75 | 75 | This will be one of the following strings: |
---|
76 | 76 | |
---|
77 | | - 'voltage' |
---|
78 | | - 'current' |
---|
79 | | - 'unknown' |
---|
| 77 | + - 'voltage' |
---|
| 78 | + - 'current' |
---|
| 79 | + - 'unknown' |
---|
80 | 80 | |
---|
81 | 81 | 'voltage' means the regulator output voltage can be controlled |
---|
82 | 82 | by software. |
---|
.. | .. |
---|
129 | 129 | |
---|
130 | 130 | The opmode value can be one of the following strings: |
---|
131 | 131 | |
---|
132 | | - 'fast' |
---|
133 | | - 'normal' |
---|
134 | | - 'idle' |
---|
135 | | - 'standby' |
---|
136 | | - 'unknown' |
---|
| 132 | + - 'fast' |
---|
| 133 | + - 'normal' |
---|
| 134 | + - 'idle' |
---|
| 135 | + - 'standby' |
---|
| 136 | + - 'unknown' |
---|
137 | 137 | |
---|
138 | 138 | The modes are described in include/linux/regulator/consumer.h |
---|
139 | 139 | |
---|
.. | .. |
---|
360 | 360 | |
---|
361 | 361 | This will be one of the following strings: |
---|
362 | 362 | |
---|
363 | | - 'enabled' |
---|
364 | | - 'disabled' |
---|
365 | | - 'unknown' |
---|
| 363 | + - 'enabled' |
---|
| 364 | + - 'disabled' |
---|
| 365 | + - 'unknown' |
---|
366 | 366 | |
---|
367 | 367 | 'enabled' means the regulator is in bypass mode. |
---|
368 | 368 | |
---|