Home
last modified time | relevance | path

Searched refs:application_matches (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_sony.py9 from .base import application_matches
224 controller.application_matches = application_matches
282 controller.application_matches = application_matches
293 controller.application_matches = application_matches
328 controller.application_matches = application_matches
341 controller.application_matches = application_matches
Dbase_device.py385 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: member in BaseDevice
388 @application_matches.setter
389 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: member in BaseDevice
407 if _evdev.matches_application(application, self.application_matches):
Dbase.py24 application_matches: Final = { variable
140 self.application_matches = application_matches