Searched refs:UI_SET_RELBIT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | btuinput.c | 353 ioctl(fd, UI_SET_RELBIT, REL_X) < 0 || in uinput_open_mouse() 354 ioctl(fd, UI_SET_RELBIT, REL_Y) < 0 || in uinput_open_mouse() 355 (p->has_wheel && ioctl(fd, UI_SET_RELBIT, REL_WHEEL) < 0) || in uinput_open_mouse() 356 (p->has_hwheel && ioctl(fd, UI_SET_RELBIT, REL_HWHEEL) < 0) || in uinput_open_mouse()
|
| /freebsd/sys/dev/evdev/ |
| H A D | uinput.h | 76 #define UI_SET_RELBIT _IOWINT(UINPUT_IOCTL_BASE, 102) macro
|
| H A D | uinput.c | 547 case UI_SET_RELBIT: in uinput_ioctl_sub()
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 814 ioctl(fd, UI_SET_RELBIT, REL_X) < 0 || in r_uinput_register() 815 ioctl(fd, UI_SET_RELBIT, REL_Y) < 0 || in r_uinput_register() 816 ioctl(fd, UI_SET_RELBIT, REL_WHEEL) < 0 || in r_uinput_register()
|