Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.hpp35 presenceValue(presValue), outputPin(outPin), outputValue(outValue), in GpioEventHandler()
50 const std::string outputPin; member in openpower::vpd::manager::GpioEventHandler
H A DgpioMonitor.cpp138 gpiod::line outputLine = gpiod::find_line(outputPin); in toggleGpio()
141 cerr << "Error: toggleGpio: couldn't find output line:" << outputPin in toggleGpio()