Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp70 gpioLine(line), gpioConfig(config), gpioEventDescriptor(io), in GpioPresence()
79 gpioEventDescriptor(old.gpioEventDescriptor.get_executor()), in GpioPresence()
86 gpioEventDescriptor = std::move(old.gpioEventDescriptor); in GpioPresence()
99 boost::asio::posix::stream_descriptor gpioEventDescriptor; member in phosphor::gpio::GpioPresence
H A Dgpio_presence.cpp105 gpioEventDescriptor.async_wait( in scheduleEventHandler()
125 gpioEventDescriptor.cancel(); in cancelEventHandler()
132 if (gpiod_line_event_read_fd(gpioEventDescriptor.native_handle(), in gpioEventHandler()
199 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents()
/openbmc/phosphor-gpio-monitor/
H A DgpioMon.cpp26 gpioEventDescriptor.async_wait( in scheduleEventHandler()
43 if (gpiod_line_event_read_fd(gpioEventDescriptor.native_handle(), in gpioEventHandler()
158 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents()
H A DgpioMon.hpp49 gpioLine(line), gpioConfig(config), gpioEventDescriptor(io), in GpioMonitor()
64 boost::asio::posix::stream_descriptor gpioEventDescriptor; member in phosphor::gpio::GpioMonitor
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp2806 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in hsbpRequestAlertGpioEvents() argument
2836 gpioEventDescriptor.assign(gpioLineFd); in hsbpRequestAlertGpioEvents()
2838 gpioEventDescriptor.async_wait( in hsbpRequestAlertGpioEvents()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp2806 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in hsbpRequestAlertGpioEvents() argument
2836 gpioEventDescriptor.assign(gpioLineFd); in hsbpRequestAlertGpioEvents()
2838 gpioEventDescriptor.async_wait( in hsbpRequestAlertGpioEvents()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp1182 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in requestGPIOEvents() argument
1210 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents()
1212 waitForGPIOEvent(name, handler, gpioLine, gpioEventDescriptor); in requestGPIOEvents()