Symbol: EV_SYN
sys/arm/allwinner/aw_cir.c
521
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
243
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/arm/ti/ti_adc.c
886
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/dev/acpi_support/acpi_asus_wmi.c
622
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/acpi_support/acpi_ibm.c
502
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/acpica/acpi_button.c
153
evdev_support_event(sc->button_evdev, EV_SYN);
sys/dev/acpica/acpi_lid.c
161
evdev_support_event(sc->lid_evdev, EV_SYN);
sys/dev/acpica/acpi_video.c
319
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/atkbdc/atkbd.c
481
evdev_support_event(evdev, EV_SYN);
sys/dev/atkbdc/psm.c
1788
evdev_support_event(evdev_r, EV_SYN);
sys/dev/atkbdc/psm.c
1847
evdev_support_event(evdev_a, EV_SYN);
sys/dev/atkbdc/psm.c
1924
evdev_support_event(evdev_a, EV_SYN);
sys/dev/cyapa/cyapa.c
579
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/evdev/cdev.c
839
.type = EV_SYN,
sys/dev/evdev/cdev.c
861
if (type == EV_SYN && code == SYN_REPORT) {
sys/dev/evdev/cdev.c
931
if (event->type == EV_SYN && event->code == SYN_REPORT) {
sys/dev/evdev/cdev.c
942
last_was_syn = (event->type == EV_SYN &&
sys/dev/evdev/evdev.c
1009
case EV_SYN:
sys/dev/evdev/evdev.c
1132
evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
sys/dev/evdev/evdev.c
611
if (type != EV_SYN && !evdev_event_supported(evdev, type))
sys/dev/evdev/evdev.c
615
case EV_SYN:
sys/dev/evdev/evdev.c
840
case EV_SYN:
sys/dev/evdev/evdev.c
883
if (type == EV_SYN && code == SYN_REPORT)
sys/dev/evdev/evdev.c
934
evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
sys/dev/evdev/evdev.c
965
if (type == EV_SYN && code == SYN_REPORT &&
sys/dev/evdev/evdev.h
183
return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1));
sys/dev/evdev/evdev.h
190
return (evdev_push_event(evdev, EV_SYN, SYN_MT_REPORT, 1));
sys/dev/evdev/evdev_mt.c
190
evdev_send_event(evdev, EV_SYN, SYN_MT_REPORT, 1);
sys/dev/evdev/evdev_mt.c
208
evdev_mt_record_event(evdev, EV_SYN, SYN_MT_REPORT, 1);
sys/dev/evdev/evdev_mt.c
411
case EV_SYN:
sys/dev/gpio/gpiokeys.c
469
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/dev/hid/bcm5974.c
737
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/dev/hid/hidmap.c
782
evdev_support_event(hm->evdev, EV_SYN);
sys/dev/hid/hkbd.c
1053
evdev_support_event(evdev, EV_SYN);
sys/dev/hid/hmt.c
407
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/hid/ietp.c
310
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/hid/ps4dshock.c
994
evdev_support_event(evdev, EV_SYN);
sys/dev/hyperv/input/hv_kbd.c
806
evdev_support_event(evdev, EV_SYN);
sys/dev/kbdmux/kbdmux.c
463
evdev_support_event(evdev, EV_SYN);
sys/dev/syscons/sysmouse.c
72
evdev_support_event(sysmouse_evdev, EV_SYN);
sys/dev/usb/input/uep.c
378
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/usb/input/ukbd.c
1348
evdev_support_event(evdev, EV_SYN);
sys/dev/usb/input/ums.c
720
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/dev/usb/input/wmt.c
425
evdev_support_event(sc->evdev, EV_SYN);
sys/dev/usb/input/wsp.c
886
evdev_support_event(sc->sc_evdev, EV_SYN);
sys/dev/vt/vt_sysmouse.c
105
evdev_support_event(sysmouse_evdev, EV_SYN);
usr.sbin/bhyve/pci_virtio_input.c
603
if (event.type != EV_SYN || event.type != SYN_REPORT) {
usr.sbin/bluetooth/bthidd/btuinput.c
350
if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
usr.sbin/bluetooth/bthidd/btuinput.c
391
ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
usr.sbin/bluetooth/bthidd/btuinput.c
501
if (uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) < 0)
usr.sbin/bluetooth/bthidd/btuinput.c
524
uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0)
usr.sbin/bluetooth/bthidd/btuinput.c
547
uinput_write_event(fd, EV_SYN, SYN_REPORT, 0) > 0)
usr.sbin/moused/moused/event-names.h
7
[EV_SYN] = "EV_SYN",
usr.sbin/moused/moused/event-names.h
818
[EV_SYN] = syn_map,
usr.sbin/moused/moused/event-names.h
895
{ .name = "EV_SYN", .value = EV_SYN },
usr.sbin/moused/moused/moused.c
1067
b.ie.type = EV_SYN;
usr.sbin/moused/moused/moused.c
2208
if ( ie->type != EV_SYN ||
usr.sbin/moused/msconvd/msconvd.c
811
if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
usr.sbin/moused/msconvd/msconvd.c
868
if (uinput_event(fd, EV_SYN, SYN_REPORT, 0) < 0)