Lines Matching +full:powered +full:- +full:on
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
56 * @param bus the D-Bus bus
62 * Implements the D-Bus "configure" method.
66 * This method should be called when the system is being powered on. It
67 * needs to occur before the regulators have been enabled/turned on.
72 * Implements the D-Bus "monitor" method.
77 * - regulator sensors will be read and published on D-Bus
78 * - phase fault detection will be performed
80 * Regulator monitoring should be enabled when the system is being powered
81 * on. It needs to occur after the regulators have been configured and
82 * enabled/turned on.
84 * Regulator monitoring should be disabled when the system is being powered
88 * Regulator monitoring can also be temporarily disabled and then re-enabled
89 * while the system is powered on. This allows other applications or tools
92 * applications, such as fan control, may be dependent on regulator sensors.
122 * @param sigInfo signal info on signal fd
131 * This method should be called when the system is powering on (booting).
132 * While the system was powered off, hardware could have been added,
140 * Looks for a configuration file based on the list of compatible system
164 * Returns whether the system is currently powered on.
166 * @return true if system is powered on, false otherwise
186 * - config file is loaded
187 * - maximum amount of time to wait has elapsed
192 * The D-Bus bus
197 * Event to loop on