Searched defs:PowerState (Results 1 – 3 of 3) sorted by relevance
27 enum PowerState { enum
76 …PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd) : State(name, psm), p… in PowerState() function84 …PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine… in PowerState() function
56 enum class PowerState : uint32_t { enum