Searched refs:EV_REP (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/evdev/
H A Devdev.c304 if (evdev_event_supported(evdev, EV_REP) &&
671 case EV_REP:
693 if (!evdev_event_supported(evdev, EV_REP))
760 !evdev_event_supported(evdev, EV_REP))
785 case EV_REP:
978 case EV_REP:
996 if (type == EV_LED || type == EV_REP)
1056 if (evdev_event_supported(evdev, EV_REP) &&
H A Devdev_utils.c300 evdev_push_event(evdev, EV_REP, REP_DELAY, kbd->kb_delay1);
301 evdev_push_event(evdev, EV_REP, REP_PERIOD, kbd->kb_delay2);
H A Dcdev.c474 if (!evdev_event_supported(evdev, EV_REP))
481 if (!evdev_event_supported(evdev, EV_REP))
484 evdev_inject_event(evdev, EV_REP, REP_DELAY, ((int *)data)[0]);
485 evdev_inject_event(evdev, EV_REP, REP_PERIOD,
H A Dinput-event-codes.h60 #define EV_REP 0x14 macro
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c394 ioctl(fd, UI_SET_EVBIT, EV_REP) < 0 ||
611 case EV_REP:
/freebsd-13-stable/sys/dev/kbdmux/
H A Dkbdmux.c500 evdev_support_event(evdev, EV_REP);
1401 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h46 #define EV_REP 0x14 macro
/freebsd-13-stable/sys/dev/atkbdc/
H A Datkbd.c475 evdev_support_event(evdev, EV_REP);
1187 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/dev/kbd/
H A Dkbd.c1481 } else if (type == EV_REP && code == REP_DELAY) {
1485 } else if (type == EV_REP && code == REP_PERIOD) {
/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c1001 evdev_support_event(evdev, EV_REP);
1128 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c1214 evdev_support_event(evdev, EV_REP);
1346 (type == EV_LED || type == EV_REP)) {

Completed in 197 milliseconds