Searched refs:EV_SYN (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/evdev/
H A Devdev.h151 return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1));
158 return (evdev_push_event(evdev, EV_SYN, SYN_MT_REPORT, 1));
H A Devdev.c581 if (type != EV_SYN && !evdev_event_supported(evdev, type))
585 case EV_SYN:
784 case EV_SYN:
819 if (type == EV_SYN && code == SYN_REPORT)
861 if (type == EV_SYN && code == SYN_REPORT &&
864 if (type == EV_SYN && code == SYN_REPORT && evdev->ev_report_opened &&
903 case EV_SYN:
996 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
H A Dcdev.c805 .type = EV_SYN,
827 if (type == EV_SYN && code == SYN_REPORT) {
897 if (event->type == EV_SYN && event->code == SYN_REPORT) {
908 last_was_syn = (event->type == EV_SYN &&
H A Dinput-event-codes.h52 #define EV_SYN 0x00 macro
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_lid.c154 evdev_support_event(sc->lid_evdev, EV_SYN);
H A Dacpi_button.c156 evdev_support_event(sc->button_evdev, EV_SYN);
/freebsd-11-stable/sys/dev/syscons/
H A Dsysmouse.c72 evdev_support_event(sysmouse_evdev, EV_SYN);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c245 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-11-stable/sys/dev/vt/
H A Dvt_sysmouse.c104 evdev_support_event(sysmouse_evdev, EV_SYN);
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h37 #define EV_SYN 0x00 macro
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c886 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c494 evdev_support_event(evdev, EV_SYN);
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c355 evdev_support_event(sc->evdev, EV_SYN);
H A Dums.c723 evdev_support_event(sc->sc_evdev, EV_SYN);
H A Dukbd.c1229 evdev_support_event(evdev, EV_SYN);
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c473 evdev_support_event(evdev, EV_SYN);
H A Dpsm.c1784 evdev_support_event(evdev_r, EV_SYN);
1839 evdev_support_event(evdev_a, EV_SYN);
1915 evdev_support_event(evdev_a, EV_SYN);

Completed in 109 milliseconds