Home
last modified time | relevance | path

Searched refs:gpioLineName (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp30 const std::string& gpioLineName, std::function<bool()>&& callback) : in PowerSupply() argument
40 if (gpioLineName.empty()) in PowerSupply()
48 std::format("{} gpioLineName: {}", shortName, gpioLineName).c_str()); in PowerSupply()
49 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
H A Dpower_supply.hpp95 const std::string& driver, const std::string& gpioLineName,