Searched defs:evdev (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/input/ |
D | evdev.c | 28 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 331 struct evdev *evdev = container_of(dev, struct evdev, dev); in evdev_free() local 341 static int evdev_grab(struct evdev *evdev, struct evdev_client *client) in evdev_grab() 357 static int evdev_ungrab(struct evdev *evdev, struct evdev_client *client) in evdev_ungrab() 372 static void evdev_attach_client(struct evdev *evdev, in evdev_attach_client() 380 static void evdev_detach_client(struct evdev *evdev, in evdev_detach_client() 389 static int evdev_open_device(struct evdev *evdev) in evdev_open_device() [all …]
|
/Linux-v6.6/tools/testing/selftests/hid/tests/ |
D | test_tablet.py | 37 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
|
D | test_wacom_generic.py | 175 def match_evdev_rule(self, application, evdev): argument
|
D | test_multitouch.py | 503 def match_evdev_rule(self, application, evdev): argument
|
/Linux-v6.6/Documentation/input/ |
D | input.rst | 84 evdev subsection
|
/Linux-v6.6/drivers/clocksource/ |
D | timer-riscv.c | 120 struct clock_event_device *evdev = this_cpu_ptr(&riscv_clock_event); in riscv_timer_interrupt() local
|
D | timer-clint.c | 156 struct clock_event_device *evdev = this_cpu_ptr(&clint_clock_event); in clint_timer_interrupt() local
|
D | nomadik-mtu.c | 177 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
|