Lines Matching +full:bus +full:- +full:powered
8 * http://www.apache.org/licenses/LICENSE-2.0
23 #include <sdbusplus/bus.hpp>
56 * @param bus the D-Bus bus
59 Manager(sdbusplus::bus_t& bus, const sdeventplus::Event& event);
62 * Implements the D-Bus "configure" method.
66 * This method should be called when the system is being powered on. It
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
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
132 * While the system was powered off, hardware could have been added,
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
194 sdbusplus::bus_t& bus; member in phosphor::power::regulators::Manager