Searched refs:Evdev (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-gpio-monitor/ |
H A D | evdev.hpp | 52 class Evdev class 66 Evdev() = delete; 67 ~Evdev() = default; 68 Evdev(const Evdev&) = delete; 69 Evdev& operator=(const Evdev&) = delete; 70 Evdev(Evdev&&) = delete; 71 Evdev& operator=(Evdev&&) = delete; 81 Evdev(const std::string& path, const unsigned int key, EventPtr& event, in Evdev() function in phosphor::gpio::Evdev
|
H A D | evdev.cpp | 21 int Evdev::openDevice() in openDevice() 34 void Evdev::initEvDev() in initEvDev() 56 void Evdev::registerCallback() in registerCallback()
|
H A D | monitor.hpp | 22 class Monitor : public Evdev 50 Evdev(path, key, event, handler, useEvDev), polarity(polarity), in Monitor()
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.hpp | 31 class Presence : public Evdev 74 Evdev(path, key, event, handler, true), bus(bus), inventory(inventory), in Presence()
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 263 Collections, Report IDs and Evdev events 329 corresponding Evdev events, so that the remaining part of the stack can
|