Searched defs:evdev (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/input/ |
H A 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 322 struct evdev *evdev = container_of(dev, struct evdev, dev); in evdev_free() local 332 static int evdev_grab(struct evdev *evdev, struct evdev_client *client) in evdev_grab() 348 static int evdev_ungrab(struct evdev *evdev, struct evdev_client *client) in evdev_ungrab() 363 static void evdev_attach_client(struct evdev *evdev, in evdev_attach_client() 371 static void evdev_detach_client(struct evdev *evdev, in evdev_detach_client() 380 static int evdev_open_device(struct evdev *evdev) in evdev_open_device() [all …]
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 176 def match_evdev_rule(self, application, evdev): argument 897 def assert_contact(self, uhdev, evdev, contact_ids, t=0): argument 919 def assert_contacts(self, uhdev, evdev, data, t=0): argument 1007 def confidence_change_assert_playback(self, uhdev, evdev, timeline): argument
|
H A D | test_tablet.py | 66 def from_evdev(cls, evdev, test_button) -> "PenState": argument 488 def __assert_axis(self, evdev, axis, value): argument 499 def assert_expected_input_events(self, evdev, button): argument 661 self, from_state, pen, evdev, events, allow_intermediate_states, button argument
|
H A D | base_device.py | 235 def evdev(self: "EvdevDevice") -> Path: member in EvdevDevice 345 def match_evdev_rule(self, application, evdev): argument
|
H A D | base_gamepad.py | 20 def __init__(self, hid, evdev=None): argument
|
H A D | test_multitouch.py | 503 def match_evdev_rule(self, application, evdev): argument
|
/linux/Documentation/input/ |
H A D | input.rst | 84 evdev subsection
|
/linux/drivers/clocksource/ |
H A D | timer-riscv.c | 143 struct clock_event_device *evdev = this_cpu_ptr(&riscv_clock_event); in riscv_timer_interrupt() local
|
H A D | nomadik-mtu.c | 177 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
|