Searched refs:gpioLineName (Results 1 – 2 of 2) sorted by relevance
30 const std::string& gpioLineName, std::function<bool()>&& callback) : in PowerSupply() argument40 if (gpioLineName.empty()) in PowerSupply()48 std::format("{} gpioLineName: {}", shortName, gpioLineName).c_str()); in PowerSupply()49 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
95 const std::string& driver, const std::string& gpioLineName,