Searched refs:EV_STRINGS (Results 1 – 4 of 4) sorted by relevance
92 if self.type in EV_STRINGS:93 c = EV_STRINGS[self.type].get(self.code, self.code)583 if (t in EV_STRINGS):584 code = EV_STRINGS[t].get(c, '?')606 abs = EV_STRINGS[EV_ABS].get(a, '?')
1144 EV_STRINGS = { variable
73 from linux_input import EV_ABS, EV_STRINGS1339 prop_name = EV_STRINGS[EV_ABS].get(prop, prop)
65 (ev_code, EV_STRINGS[ev_type][ev_code]))