Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp70 class GPIOInterfaceBase class
73 virtual ~GPIOInterfaceBase() = default;
H A Dutil.cpp31 std::unique_ptr<GPIOInterfaceBase>
117 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio) in createGPIO()
H A Dutil.hpp219 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& namedGpio);
221 class GPIOInterface : public GPIOInterfaceBase
238 static std::unique_ptr<GPIOInterfaceBase>
H A Dpsu_manager.hpp349 std::unique_ptr<GPIOInterfaceBase> powerConfigGPIO = nullptr;
377 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr;
H A Dpower_supply.hpp103 GPIOInterfaceBase* getPresenceGPIO() in getPresenceGPIO()
837 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