Searched refs:SYN_REPORT (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/evdev/
H A Devdev.h153 return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1));
H A Devdev.c206 size++; /* SYN_REPORT */
829 if (code == SYN_REPORT) {
871 if (type == EV_SYN && code == SYN_REPORT)
923 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
957 if (type == EV_SYN && code == SYN_REPORT &&
960 if (type == EV_SYN && code == SYN_REPORT && evdev->ev_report_opened &&
1109 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
H A Dcdev.c849 * till the SYN_REPORT event.
850 * 2. Insert SYN_REPORT just now and skip remaining events
862 if (type == EV_SYN && code == SYN_REPORT) {
931 /* Remove empty SYN_REPORT events */
932 if (event->type == EV_SYN && event->code == SYN_REPORT) {
944 event->code == SYN_REPORT);
H A Dinput-event-codes.h71 #define SYN_REPORT 0 macro
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c503 if (uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) < 0)
526 uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0)
549 uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0)
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro

Completed in 184 milliseconds