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

12

/freebsd-13-stable/sys/dev/evdev/
H A Devdev.h153 return (evdev_push_event(evdev, EV_SYN, SYN_REPORT, 1));
160 return (evdev_push_event(evdev, EV_SYN, SYN_MT_REPORT, 1));
H A Devdev.c607 if (type != EV_SYN && !evdev_event_supported(evdev, type))
611 case EV_SYN:
828 case EV_SYN:
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 &&
999 case EV_SYN:
1109 evdev_send_event(evdev, EV_SYN, SYN_REPORT, 1);
H A Dcdev.c840 .type = EV_SYN,
862 if (type == EV_SYN && code == SYN_REPORT) {
932 if (event->type == EV_SYN && event->code == SYN_REPORT) {
943 last_was_syn = (event->type == EV_SYN &&
H A Dinput-event-codes.h52 #define EV_SYN 0x00 macro
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c352 if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
393 ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
503 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/dev/acpica/
H A Dacpi_button.c159 evdev_support_event(sc->button_evdev, EV_SYN);
H A Dacpi_lid.c159 evdev_support_event(sc->lid_evdev, EV_SYN);
H A Dacpi_video.c324 evdev_support_event(sc->evdev, EV_SYN);
/freebsd-13-stable/sys/dev/syscons/
H A Dsysmouse.c74 evdev_support_event(sysmouse_evdev, EV_SYN);
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c246 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-13-stable/sys/dev/vt/
H A Dvt_sysmouse.c108 evdev_support_event(sysmouse_evdev, EV_SYN);
/freebsd-13-stable/sys/dev/usb/input/
H A Duep.c380 evdev_support_event(sc->evdev, EV_SYN);
H A Dwmt.c441 evdev_support_event(sc->evdev, EV_SYN);
H A Dums.c716 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_cir.c514 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c467 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-13-stable/sys/dev/hid/
H A Dhidmap.c780 evdev_support_event(hm->evdev, EV_SYN);
H A Dhmt.c407 evdev_support_event(sc->evdev, EV_SYN);
H A Dps4dshock.c1003 evdev_support_event(evdev, EV_SYN);
H A Dhkbd.c996 evdev_support_event(evdev, EV_SYN);
/freebsd-13-stable/sys/dev/kbdmux/
H A Dkbdmux.c497 evdev_support_event(evdev, EV_SYN);
/freebsd-13-stable/sys/arm/ti/
H A Dti_adc.c889 evdev_support_event(sc->sc_evdev, EV_SYN);
/freebsd-13-stable/sys/dev/atkbdc/
H A Datkbd.c472 evdev_support_event(evdev, EV_SYN);
/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.c583 evdev_support_event(sc->evdev, EV_SYN);

Completed in 246 milliseconds

12