Home
last modified time | relevance | path

Searched refs:GPIOInterfaceBase (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp69 class GPIOInterfaceBase class
72 virtual ~GPIOInterfaceBase() = default;
H A Dutil.cpp31 std::unique_ptr<GPIOInterfaceBase> GPIOInterface::createGPIO( in createGPIO()
110 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio) in createGPIO()
H A Dutil.hpp220 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio);
222 class GPIOInterface : public GPIOInterfaceBase
239 static std::unique_ptr<GPIOInterfaceBase> createGPIO(
H A Dpsu_manager.hpp348 std::unique_ptr<GPIOInterfaceBase> powerConfigGPIO = nullptr;
376 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr;
H A Dchassis.hpp211 std::unique_ptr<GPIOInterfaceBase> powerConfigGPIO = nullptr;
268 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr;
H A Dpower_supply.hpp103 GPIOInterfaceBase* getPresenceGPIO() in getPresenceGPIO()
837 std::unique_ptr<GPIOInterfaceBase> presenceGPIO = nullptr;
H A Dnew_power_supply.hpp119 GPIOInterfaceBase* getPresenceGPIO() in getPresenceGPIO()
853 std::unique_ptr<GPIOInterfaceBase> presenceGPIO = nullptr;
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp35 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& /*namedGpio*/) in createGPIO()
H A Dmock.hpp77 class MockedGPIOInterface : public GPIOInterfaceBase