Home
last modified time | relevance | path

Searched refs:readGPIOAsyncEvent (Results 1 – 4 of 4) sorted by relevance

/openbmc/dbus-sensors/src/
H A DGPIOInterface.cpp58 ctx.spawn(readGPIOAsyncEvent()); in start()
77 auto GPIOInterface::readGPIOAsyncEvent() -> sdbusplus::async::task<> in readGPIOAsyncEvent() function in gpio::GPIOInterface
H A DGPIOInterface.hpp32 auto readGPIOAsyncEvent() -> sdbusplus::async::task<>;
/openbmc/entity-manager/src/gpio-presence/
H A Dgpio_presence_manager.hpp78 auto readGPIOAsyncEvent(std::string gpioLine)
H A Dgpio_presence_manager.cpp124 ctx.spawn(readGPIOAsyncEvent(gpioName)); in addConfig()
249 auto GPIOPresenceManager::readGPIOAsyncEvent(std::string gpioLine) in readGPIOAsyncEvent() function in gpio_presence::GPIOPresenceManager