Searched refs:EV_STRINGS (Results 1 – 4 of 4) sorted by relevance
85 if self.type in EV_STRINGS:86 c = EV_STRINGS[self.type].get(self.code, self.code)572 if (t in EV_STRINGS):573 code = EV_STRINGS[t].get(c, '?')595 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]))