Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp31 std::unique_ptr<GPIOInterfaceBase> GPIOInterface::createGPIO( in createGPIO() function in phosphor::power::psu::GPIOInterface
110 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio) in createGPIO() function
112 return GPIOInterface::createGPIO(namedGpio); in createGPIO()
H A Dutil.hpp220 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio);
239 static std::unique_ptr<GPIOInterfaceBase> createGPIO(
H A Dpsu_manager.cpp72 powerConfigGPIO = createGPIO("power-config-full-load"); in PSUManager()
546 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()
H A Dchassis.cpp458 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()
845 powerConfigGPIO = createGPIO("power-config-full-load"); in attemptToCreatePowerConfigGPIO()
H A Dpower_supply.cpp49 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
H A Dnew_power_supply.cpp50 presenceGPIO = createGPIO(gpioLineName); in PowerSupply()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dbasic_device.hpp130 powerControlGPIO = services.createGPIO(powerControlGPIOName); in open()
132 powerGoodGPIO = services.createGPIO(powerGoodGPIOName); in open()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp35 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& /*namedGpio*/) in createGPIO() function