Searched refs:createGPIO (Results 1 – 8 of 8) sorted by relevance
31 std::unique_ptr<GPIOInterfaceBase> GPIOInterface::createGPIO( in createGPIO() function in phosphor::power::psu::GPIOInterface110 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio) in createGPIO() function112 return GPIOInterface::createGPIO(namedGpio); in createGPIO()
220 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio);239 static std::unique_ptr<GPIOInterfaceBase> createGPIO(
72 powerConfigGPIO = createGPIO("power-config-full-load"); in PSUManager()546 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()
458 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()845 powerConfigGPIO = createGPIO("power-config-full-load"); in attemptToCreatePowerConfigGPIO()
49 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
50 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
130 powerControlGPIO = services.createGPIO(powerControlGPIOName); in open()132 powerGoodGPIO = services.createGPIO(powerGoodGPIOName); in open()
35 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& /*namedGpio*/) in createGPIO() function