Home
last modified time | relevance | path

Searched refs:EV_SYN (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c350 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 Devdev.c596 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 Devdev.h180 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 Dcdev.c838 .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 Devdev_mt.c190 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 Dinput-event-codes.h50 #define EV_SYN 0x00 macro
/freebsd/sys/dev/acpica/
H A Dacpi_lid.c161 evdev_support_event(sc->lid_evdev, EV_SYN); in acpi_lid_attach()
H A Dacpi_button.c153 evdev_support_event(sc->button_evdev, EV_SYN); in acpi_button_attach()
/freebsd/sys/dev/syscons/
H A Dsysmouse.c72 evdev_support_event(sysmouse_evdev, EV_SYN); in smdev_evdev_init()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c243 evdev_support_event(sc->sc_evdev, EV_SYN); in ft5406ts_init()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c106 evdev_support_event(sysmouse_evdev, EV_SYN); in sysmouse_evdev_init()
/freebsd/sys/dev/usb/input/
H A Duep.c378 evdev_support_event(sc->evdev, EV_SYN); in uep_attach()
H A Dwmt.c426 evdev_support_event(sc->evdev, EV_SYN); in wmt_attach()
/freebsd/sys/arm/allwinner/
H A Daw_cir.c518 evdev_support_event(sc->sc_evdev, EV_SYN); in aw_ir_attach()
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/freebsd/sys/dev/hyperv/input/
H A Dhv_kbd.c806 evdev_support_event(evdev, EV_SYN); in hv_kbd_drv_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c603 if (event.type != EV_SYN || event.type != SYN_REPORT) { in vtinput_read_event()
/freebsd/sys/dev/hid/
H A Dietp.c282 evdev_support_event(sc->evdev, EV_SYN); in ietp_attach()
H A Dbcm5974.c737 evdev_support_event(sc->sc_evdev, EV_SYN); in bcm5974_attach()
H A Dhidmap.c782 evdev_support_event(hm->evdev, EV_SYN); in hidmap_attach()
H A Dhmt.c407 evdev_support_event(sc->evdev, EV_SYN); in hmt_attach()
H A Dps4dshock.c971 evdev_support_event(evdev, EV_SYN); in ps4dsmtp_final_cb()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c469 evdev_support_event(sc->sc_evdev, EV_SYN); in gpiokeys_attach()
/freebsd/sys/arm/ti/
H A Dti_adc.c886 evdev_support_event(sc->sc_evdev, EV_SYN); in ti_adc_attach()
/freebsd/sys/dev/kbdmux/
H A Dkbdmux.c463 evdev_support_event(evdev, EV_SYN); in kbdmux_init()

12