Home
last modified time | relevance | path

Searched refs:getGpioValue (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dutils.hpp67 int getGpioValue(const std::string& gpioName);
H A Dsecure_boot_check.cpp105 phosphor::state::manager::utils::getGpioValue("bmc-secure-boot"); in main()
H A Dbmc_state_manager.cpp320 phosphor::state::manager::utils::getGpioValue("reset-cause-pinhole"); in discoverLastRebootCause()
H A Dchassis_state_manager.cpp155 if (phosphor::state::manager::utils::getGpioValue( in determineInitialState()
799 auto gpioval = utils::getGpioValue("regulator-standby-faulted"); in standbyVoltageRegulatorFault()
H A Dutils.cpp148 int getGpioValue(const std::string& gpioName) in getGpioValue() function