Home | History | Annotate | Download | only in input

Lines Matching defs:ev

178     def process_event(self, ev):
194 if ev.type == EV_SYN and ev.code == SYN_REPORT:
196 elif ev.type not in self.events or ev.code not in self.events[ev.type]:
198 elif self.is_mt_b() and ev.type == EV_ABS and ev.code in ABS_MT_RANGE:
201 slot[ev.code].value = ev.value
205 self.events[ev.type][ev.code].value = ev.value
207 self.events[ev.type][ev.code].value = ev.value
706 ev = InputEvent()
713 ev.read(fd)
716 is_syn = device.process_event(ev)
717 print ev