Home
last modified time | relevance | path

Searched defs:evdev (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/input/
H A Devdev.c28 struct evdev { struct
31 struct evdev_client __rcu *grab; argument
47 struct evdev *evdev; argument
294 struct evdev *evdev = handle->private; in evdev_events() local
438 struct evdev *evdev = client->evdev; in evdev_release() local
506 struct evdev *evdev = client->evdev; in evdev_write() local
562 struct evdev *evdev = client->evdev; in evdev_read() local
613 struct evdev *evdev = client->evdev; in evdev_poll() local
1033 struct evdev *evdev = client->evdev; in evdev_do_ioctl() local
1260 struct evdev *evdev = client->evdev; in evdev_ioctl_handler() local
[all …]
/openbmc/phosphor-fan-presence/evdevpp/
H A Devdev.hpp17 namespace evdev namespace
114 details::EvDev evdev; member in evdevpp::evdev::EvDev
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py37 def from_evdev(cls, evdev) -> "PenState": argument
219 def __assert_axis(self, evdev, axis, value): argument
230 def assert_expected_input_events(self, evdev): argument
438 def validate_transitions(self, from_state, pen, evdev, events): argument
H A Dtest_wacom_generic.py175 def match_evdev_rule(self, application, evdev): argument
H A Dtest_multitouch.py503 def match_evdev_rule(self, application, evdev): argument
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c30 struct input_event evdev; in virtio_input_host_event() local
198 struct input_event evdev; in virtio_input_host_handle_status() local
/openbmc/phosphor-gpio-monitor/
H A Devdev.cpp42 struct libevdev* evdev = nullptr; in initEvDev() local
/openbmc/phosphor-fan-presence/evdevpp/test/
H A Devmon.cpp62 auto evdev = evdevpp::evdev::newFromFD(fd()); in main() local
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.hpp103 evdevpp::evdev::EvDev evdev; member in phosphor::fan::presence::Gpio
/openbmc/linux/Documentation/input/
H A Dinput.rst84 evdev subsection
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c95 struct input_event evdev; in vi_evdev_watch() local
116 struct input_event evdev; in vi_handle_status() local
/openbmc/linux/drivers/clocksource/
H A Dtimer-riscv.c120 struct clock_event_device *evdev = this_cpu_ptr(&riscv_clock_event); in riscv_timer_interrupt() local
H A Dtimer-clint.c156 struct clock_event_device *evdev = this_cpu_ptr(&clint_clock_event); in clint_timer_interrupt() local
H A Dnomadik-mtu.c177 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
/openbmc/qemu/
H A Dqemu-keymap.c64 uint32_t evdev, qcode; in walk_map() local
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-input.h97 char *evdev; member
/openbmc/qemu/ui/
H A Dinput-linux.c41 char *evdev; member