Home
last modified time | relevance | path

Searched refs:input_event (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-gpio-monitor/
H A Dmonitor.hpp48 Monitor(const std::string& path, decltype(input_event::code) key, in Monitor()
49 decltype(input_event::value) polarity, const std::string& target, in Monitor()
77 decltype(input_event::value) polarity;
H A Dmonitor.cpp34 struct input_event ev{}; in analyzeEvent()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch6 time element is deprecated on new input_event structure in kernel's
39 int evemu_write_event(FILE *fp, const struct input_event *ev)
47 @@ -391,8 +391,8 @@ int evemu_read_event(FILE *fp, struct input_event *ev)
58 @@ -410,13 +411,16 @@ int evemu_read_event_realtime(FILE *fp, struct input_event *ev,
/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp30 decltype(input_event::code) code = 10;
33 decltype(input_event::value) value = 10;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch6 time element is deprecated on new input_event structure in kernel's
34 static utouch_frame_time_t get_evtime_ms(const struct input_event *syn)
/openbmc/qemu/ui/
H A Dinput-linux.c60 struct input_event event;
132 struct input_event *event) in input_linux_should_skip()
140 struct input_event *event) in input_linux_handle_keyboard()
199 static void input_linux_handle_mouse(InputLinux *il, struct input_event *event) in input_linux_handle_mouse()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/evtest/evtest/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch6 time element is deprecated on new input_event structure in kernel's
/openbmc/phosphor-fan-presence/evdevpp/
H A Devdev.hpp89 struct input_event ev; in next()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch6 time element is deprecated on new input_event structure in kernel's
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c30 struct input_event evdev; in virtio_input_host_event()
197 struct input_event evdev; in virtio_input_host_handle_status()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uinput/
H A D0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch25 struct input_event event;
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.cpp94 struct input_event ev{}; in analyzeEvent()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c95 struct input_event evdev; in vi_evdev_watch()
116 struct input_event evdev; in vi_handle_status()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h25 struct input_event { struct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch6 time element is deprecated on new input_event structure in kernel's
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp710 struct input_event event; in appMTMSetSignal()
716 sizeof(struct input_event)) != in appMTMSetSignal()
717 sizeof(struct input_event)) in appMTMSetSignal()
/openbmc/qemu/hw/display/
H A Dxenfb.c413 static void input_event(struct XenLegacyDevice *xendev) in input_event() function
983 .event = input_event,