Home
last modified time | relevance | path

Searched refs:UI_SET_RELBIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c353 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 Duinput.h76 #define UI_SET_RELBIT _IOWINT(UINPUT_IOCTL_BASE, 102) macro
H A Duinput.c547 case UI_SET_RELBIT: in uinput_ioctl_sub()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c814 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()