Home
last modified time | relevance | path

Searched defs:createGPIO (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp32 GPIOInterface::createGPIO(const std::string& namedGpio) in createGPIO() function in phosphor::power::psu::GPIOInterface
117 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio) in createGPIO() function
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp35 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& /*namedGpio*/) in createGPIO() function