Searched refs:EV_REL (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/
H A Dsysmouse.c75 evdev_support_event(sysmouse_evdev, EV_REL);
96 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x);
97 evdev_push_event(sysmouse_evdev, EV_REL, REL_Y, y);
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c354 ioctl(fd, UI_SET_EVBIT, EV_REL) < 0 ||
488 if ((x != 0 && uinput_write_event(fd, EV_REL, REL_X, x) < 0) ||
489 (y != 0 && uinput_write_event(fd, EV_REL, REL_Y, y) < 0) ||
490 (z != 0 && uinput_write_event(fd, EV_REL, REL_WHEEL, -z) < 0) ||
491 (t != 0 && uinput_write_event(fd, EV_REL, REL_HWHEEL, t) < 0))
/freebsd-13-stable/sys/dev/vt/
H A Dvt_sysmouse.c109 evdev_support_event(sysmouse_evdev, EV_REL);
130 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x);
131 evdev_push_event(sysmouse_evdev, EV_REL, REL_Y, y);
/freebsd-13-stable/sys/dev/evdev/
H A Devdev.h174 return (evdev_push_event(evdev, EV_REL, code, value));
H A Devdev.c623 case EV_REL:
791 case EV_REL:
1001 case EV_REL:
H A Dinput-event-codes.h54 #define EV_REL 0x02 macro
H A Dcdev.c689 case EV_REL:
/freebsd-13-stable/sys/dev/hid/
H A Dhidmap.c235 data = hi->evtype == EV_REL
261 if (data == (hi->evtype == EV_REL ? 0 : hi->last_val))
411 map[i].type == EV_REL ||
576 case EV_REL:
577 evdev_support_event(hm->evdev, EV_REL);
H A Dhidmap.h131 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h40 #define EV_REL 0x02 macro
/freebsd-13-stable/sys/dev/usb/input/
H A Dums.c717 evdev_support_event(sc->sc_evdev, EV_REL);
/freebsd-13-stable/sys/dev/atkbdc/
H A Dpsm.c1792 evdev_support_event(evdev_r, EV_REL);

Completed in 216 milliseconds