Home
last modified time | relevance | path

Searched refs:PowerButton (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-buttons/src/
H A Dpower_button.cpp20 static ButtonIFRegister<PowerButton> buttonRegister;
22 void PowerButton::simPress() in simPress()
27 void PowerButton::simLongPress() in simLongPress()
32 void PowerButton::updatePressedTime() in updatePressedTime()
37 auto PowerButton::getPressTime() const in getPressTime()
42 void PowerButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent()
/openbmc/phosphor-buttons/inc/
H A Dpower_button.hpp34 class PowerButton : class
40 PowerButton(sdbusplus::bus_t& bus, const char* path, EventPtr& event, in PowerButton() function in PowerButton
50 ~PowerButton() in ~PowerButton()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-x86_64.txt4 Could not enable PowerButton event
H A Dparselogs-ignores-x86.txt4 Could not enable PowerButton event
/openbmc/x86-power-control/
H A DREADME.md46 "Name": "PowerButton",
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.interface.yaml113 - name: "PowerButton"
/openbmc/phosphor-gpio-monitor/
H A DREADME.md55 "Name": "PowerButton",
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1233 PowerButton = 0x3, enumerator
1257 case State::Host::RestartCause::PowerButton: in restartCauseToIpmiRestartCause()
1259 return IpmiRestartCause::PowerButton; in restartCauseToIpmiRestartCause()