Lines Matching +full:powered +full:- +full:off
19 * If power is off:
20 * - A button press will power on as long as the BMC is
24 * - A button press less than 4s won't do anything.
25 * - At 4s, issue a host power off and start a 10s timer.
26 * - If the button is released within that 10s and not pressed
27 * again, continue with the host power off.
28 * - If the button is released within that 10s and also
30 * off.
31 * - If the button is pressed throughout that 10s
32 * issue a hard power off.
49 * @param[in] bus - The sdbusplus bus object
80 * @param[in] pressTimeMS - How long the button was pressed
93 * @brief Determines if system (chassis) is powered on.
95 * @return bool - If power is on
101 * @param[in] transition - The transition (like On or Off)
113 * @brief Requests a host power off
118 * @brief Requests a chassis power off
124 * how to power off.
127 * a power off countdown if necessary.
132 * @brief Sets the time the host will be powered off if the
133 * button is still pressed - 4 seconds in the future.
141 * @brief Sets the time the chassis will be powered off if the
142 * button is still pressed or pressed again - 10 seconds
161 * @brief The time between a host power off and chassis power off.
171 * @brief When the host will be powered off.
176 * @brief When the chassis will be powered off.