/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 350 if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 || in uinput_open_mouse() 391 ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 || in uinput_open_keyboard() 501 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/dev/evdev/ |
H A D | evdev.c | 596 if (type != EV_SYN && !evdev_event_supported(evdev, type)) in evdev_check_event() 600 case EV_SYN: in evdev_check_event() 825 case EV_SYN: 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() 994 case EV_SYN: in evdev_inject_event() 1117 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1); in evdev_repeat_callout()
|
H A D | evdev.h | 180 return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1)); in evdev_sync() 187 return (evdev_push_event(evdev, EV_SYN, SYN_MT_REPORT, 1)); in evdev_mt_sync()
|
H A D | cdev.c | 838 .type = EV_SYN, in evdev_client_push() 860 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() 941 last_was_syn = (event->type == EV_SYN && in evdev_client_filter_queue()
|
H A D | evdev_mt.c | 190 evdev_send_event(evdev, EV_SYN, SYN_MT_REPORT, 1); in evdev_mt_send_slot() 208 evdev_mt_record_event(evdev, EV_SYN, SYN_MT_REPORT, 1); in evdev_mt_push_slot() 411 case EV_SYN: in evdev_mt_record_event()
|
H A D | input-event-codes.h | 50 #define EV_SYN 0x00 macro
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_lid.c | 161 evdev_support_event(sc->lid_evdev, EV_SYN); in acpi_lid_attach()
|
H A D | acpi_button.c | 153 evdev_support_event(sc->button_evdev, EV_SYN); in acpi_button_attach()
|
/freebsd/sys/dev/syscons/ |
H A D | sysmouse.c | 72 evdev_support_event(sysmouse_evdev, EV_SYN); in smdev_evdev_init()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_ft5406.c | 243 evdev_support_event(sc->sc_evdev, EV_SYN); in ft5406ts_init()
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 106 evdev_support_event(sysmouse_evdev, EV_SYN); in sysmouse_evdev_init()
|
/freebsd/sys/dev/usb/input/ |
H A D | uep.c | 378 evdev_support_event(sc->evdev, EV_SYN); in uep_attach()
|
H A D | wmt.c | 426 evdev_support_event(sc->evdev, EV_SYN); in wmt_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_cir.c | 518 evdev_support_event(sc->sc_evdev, EV_SYN); in aw_ir_attach()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 38 #define EV_SYN 0x00 macro
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_kbd.c | 806 evdev_support_event(evdev, EV_SYN); in hv_kbd_drv_attach()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 603 if (event.type != EV_SYN || event.type != SYN_REPORT) { in vtinput_read_event()
|
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 282 evdev_support_event(sc->evdev, EV_SYN); in ietp_attach()
|
H A D | bcm5974.c | 737 evdev_support_event(sc->sc_evdev, EV_SYN); in bcm5974_attach()
|
H A D | hidmap.c | 782 evdev_support_event(hm->evdev, EV_SYN); in hidmap_attach()
|
H A D | hmt.c | 407 evdev_support_event(sc->evdev, EV_SYN); in hmt_attach()
|
H A D | ps4dshock.c | 971 evdev_support_event(evdev, EV_SYN); in ps4dsmtp_final_cb()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 469 evdev_support_event(sc->sc_evdev, EV_SYN); in gpiokeys_attach()
|
/freebsd/sys/arm/ti/ |
H A D | ti_adc.c | 886 evdev_support_event(sc->sc_evdev, EV_SYN); in ti_adc_attach()
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 463 evdev_support_event(evdev, EV_SYN); in kbdmux_init()
|