Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dio.cpp82 ioCallback, nullptr)); in create_source()
86 int IO::ioCallback(sd_event_source* source, int fd, uint32_t revents, in ioCallback() function in sdeventplus::source::IO
H A Dio.hpp128 static int ioCallback(sd_event_source* source, int fd, uint32_t revents,
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp51 std::bind(&Gpio::ioCallback, this)); in start()
77 void Gpio::ioCallback() in ioCallback() function in phosphor::fan::presence::Gpio
H A Dgpio.hpp94 void ioCallback();