Searched refs:UI_SET_RELBIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/evdev/
H A Duinput.h78 #define UI_SET_RELBIT _IOWINT(UINPUT_IOCTL_BASE, 102) macro
H A Duinput.c553 case UI_SET_RELBIT:
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c355 ioctl(fd, UI_SET_RELBIT, REL_X) < 0 ||
356 ioctl(fd, UI_SET_RELBIT, REL_Y) < 0 ||
357 (p->has_wheel && ioctl(fd, UI_SET_RELBIT, REL_WHEEL) < 0) ||
358 (p->has_hwheel && ioctl(fd, UI_SET_RELBIT, REL_HWHEEL) < 0) ||

Completed in 103 milliseconds