Searched refs:test_button (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_tablet.py | 66 def from_evdev(cls, evdev, test_button) -> "PenState": argument 87 if test_button is not None: 88 button = bool(evdev.value[test_button.value]) 123 elif test_button is not None and ev in (test_button.value,): 654 def post(self, uhdev, pen, test_button): argument 655 r = uhdev.event(pen, test_button) 872 def event(self, pen, test_button): argument 893 return super().event(internal_pen, test_button) 985 def event(self, pen, test_button): argument 999 return super().event(pen_copy, test_button) [all …]
|