Home
last modified time | relevance | path

Searched refs:ResetButton (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-buttons/src/
H A Dreset_button.cpp22 static ButtonIFRegister<ResetButton> buttonRegister;
24 void ResetButton::simPress() in simPress()
29 void ResetButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent()
/openbmc/phosphor-buttons/inc/
H A Dreset_button.hpp32 class ResetButton : class
38 ResetButton(sdbusplus::bus_t& bus, const char* path, EventPtr& event, in ResetButton() function in ResetButton
48 ~ResetButton() in ~ResetButton()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1234 ResetButton = 0x2, enumerator
1255 case State::Host::RestartCause::ResetButton: in restartCauseToIpmiRestartCause()
1257 return IpmiRestartCause::ResetButton; in restartCauseToIpmiRestartCause()