Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp33 std::string gpioStr; in configGPIODirOutput() local
40 gpioStr = gpioName + std::to_string(iteration); in configGPIODirOutput()
41 gpiod::line gpioLine = gpiod::find_line(gpioStr); in configGPIODirOutput()
45 std::string errMsg = "Failed to find the " + gpioStr + " line"; in configGPIODirOutput()
66 std::string errMsg = "Failed to request " + gpioStr + " output"; in configGPIODirOutput()