Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/evdev/
H A Devdev.c826 if (code == SYN_REPORT) { in evdev_sparse_event()
868 if (type == EV_SYN && code == SYN_REPORT) in evdev_propagate_event()
919 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1); in evdev_restore_after_kdb()
950 if (type == EV_SYN && code == SYN_REPORT && in evdev_push_event()
1117 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1); in evdev_repeat_callout()
H A Dcdev.c860 if (type == EV_SYN && code == SYN_REPORT) { in evdev_client_push()
930 if (event->type == EV_SYN && event->code == SYN_REPORT) { in evdev_client_filter_queue()
942 event->code == SYN_REPORT); in evdev_client_filter_queue()
H A Devdev.h182 return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1)); in evdev_sync()
H A Dinput-event-codes.h69 #define SYN_REPORT 0 macro
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c501 if (uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) < 0) in uinput_rep_mouse()
524 uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0) in uinput_rep_key()
547 uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0) in uinput_rep_cons()
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c603 if (event.type != EV_SYN || event.type != SYN_REPORT) { in vtinput_read_event()