Searched refs:gpioEventDescriptor (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-gpio-monitor/multi-presence/ |
| H A D | gpio_presence.hpp | 70 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 D | gpio_presence.cpp | 105 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 D | gpioMon.cpp | 26 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 D | gpioMon.hpp | 49 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 D | hsbp_manager.cpp | 2806 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 D | hsbp_manager.cpp | 2806 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 D | power_control.cpp | 1182 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in requestGPIOEvents() argument 1210 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents() 1212 waitForGPIOEvent(name, handler, gpioLine, gpioEventDescriptor); in requestGPIOEvents()
|