Home
last modified time | relevance | path

Searched refs:PSUState (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/cold-redundancy/
H A Dutil.cpp28 const std::string& psuName, PSUState& state) in getPSUEvent()
30 state = PSUState::normal; in getPSUEvent()
42 state = PSUState::acLost; in getPSUEvent()
H A Dutil.hpp43 enum class PSUState enum
58 const std::string& psuName, PSUState& state);
H A Dcold_redundancy.hpp138 CR::PSUState state = CR::PSUState::normal;
H A Dcold_redundancy.cpp124 psu->state = CR::PSUState::normal; in ColdRedundancy()
128 psu->state = CR::PSUState::acLost; in ColdRedundancy()