Searched refs:gpioEventDescriptor (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.hpp | 67 gpioLine(line), gpioConfig(config), gpioEventDescriptor(io), in GpioPresence() 76 gpioEventDescriptor(old.gpioEventDescriptor.get_executor()), in GpioPresence() 83 gpioEventDescriptor = std::move(old.gpioEventDescriptor); in GpioPresence() 96 boost::asio::posix::stream_descriptor gpioEventDescriptor; member in phosphor::gpio::GpioPresence
|
H A D | gpio_presence.cpp | 119 gpioEventDescriptor.async_wait( in scheduleEventHandler() 139 gpioEventDescriptor.cancel(); in cancelEventHandler() 146 if (gpiod_line_event_read_fd(gpioEventDescriptor.native_handle(), in gpioEventHandler() 213 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents()
|
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMon.cpp | 37 gpioEventDescriptor.async_wait( in scheduleEventHandler() 54 if (gpiod_line_event_read_fd(gpioEventDescriptor.native_handle(), in gpioEventHandler() 142 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents()
|
H A D | gpioMon.hpp | 46 gpioLine(line), gpioConfig(config), gpioEventDescriptor(io), in GpioMonitor() 61 boost::asio::posix::stream_descriptor gpioEventDescriptor; member in phosphor::gpio::GpioMonitor
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 2803 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in hsbpRequestAlertGpioEvents() argument 2833 gpioEventDescriptor.assign(gpioLineFd); in hsbpRequestAlertGpioEvents() 2835 gpioEventDescriptor.async_wait( in hsbpRequestAlertGpioEvents()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 1174 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in requestGPIOEvents() argument 1202 gpioEventDescriptor.assign(gpioLineFd); in requestGPIOEvents() 1204 waitForGPIOEvent(name, handler, gpioLine, gpioEventDescriptor); in requestGPIOEvents()
|