Lines Matching refs:stream_descriptor
186 static boost::asio::posix::stream_descriptor psPowerOKEvent(io);
188 static boost::asio::posix::stream_descriptor sioPowerGoodEvent(io);
190 static boost::asio::posix::stream_descriptor sioOnControlEvent(io);
192 static boost::asio::posix::stream_descriptor sioS5Event(io);
194 static boost::asio::posix::stream_descriptor powerButtonEvent(io);
196 static boost::asio::posix::stream_descriptor resetButtonEvent(io);
198 static boost::asio::posix::stream_descriptor nmiButtonEvent(io);
200 static boost::asio::posix::stream_descriptor idButtonEvent(io);
202 static boost::asio::posix::stream_descriptor postCompleteEvent(io);
1150 gpiod::line& line, boost::asio::posix::stream_descriptor& event) in waitForGPIOEvent()
1153 boost::asio::posix::stream_descriptor::wait_read, in waitForGPIOEvent()
1174 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in requestGPIOEvents()