Searched refs:EvdevMatch (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | base.py | 17 from .base_device import BaseDevice, EvdevMatch, SysfsFile 26 "Accelerometer": EvdevMatch( 31 "Game Pad": EvdevMatch( # in systemd, this is a lot more complex, but that will do 43 "Joystick": EvdevMatch( # in systemd, this is a lot more complex, but that will do 53 "Key": EvdevMatch( 63 "Mouse": EvdevMatch( 73 "Pad": EvdevMatch( 86 "Pen": EvdevMatch( 96 "Stylus": EvdevMatch( 106 "Touch Pad": EvdevMatch( [all …]
|
D | base_device.py | 174 class EvdevMatch(object): class 239 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] argument 276 _application_matches: Dict[str, EvdevMatch] = {} 385 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: 389 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: argument
|