Home | History | Annotate | Download | only in compat

Lines Matching refs:send_event

63 static void send_event(int fd, uint16_t type, uint16_t code, int32_t value)
199 send_event(fd, EV_KEY, BTN_LEFT, is_press);
202 send_event(fd, EV_KEY, BTN_RIGHT, is_press);
206 send_event(fd, EV_SYN, SYN_REPORT, 0);
218 send_event(fd, EV_REL, REL_X, x);
219 send_event(fd, EV_REL, REL_Y, y);
221 send_event(fd, EV_SYN, SYN_REPORT, 0);
381 send_event(fd, EV_KEY, jthree_keycodes[event & 0x3f], 0);
383 send_event(fd, EV_KEY, jthree_keycodes[event - 1], 1);
583 send_event(fd, EV_KEY, celluon_xlate(s->key),