Searched refs:presenceGPIO (Results 1 – 2 of 2) sorted by relevance
105 return presenceGPIO.get(); in getPresenceGPIO()110 if (presenceGPIO != nullptr) in getPresenceGPIOName()112 return presenceGPIO->getName(); in getPresenceGPIOName()837 std::unique_ptr<GPIOInterfaceBase> presenceGPIO = nullptr; member in phosphor::power::psu::PowerSupply
49 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()72 presenceGPIO = nullptr; in PowerSupply()187 if (presenceGPIO->read() > 0) in updatePresenceGPIO()563 if (presenceGPIO) in analyze()