Symbol: HIO_RELATIVE
sys/dev/hid/hconf.c
219
if ((flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE)
sys/dev/hid/hid.c
937
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)
sys/dev/hid/hid.c
941
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)
sys/dev/hid/hidbus.c
151
if (ai != NULL && (h.flags&HIO_RELATIVE) == 0)
sys/dev/hid/hidmap.c
346
!(hi->flags & HIO_RELATIVE) == !(mi->relabs == HIDMAP_RELATIVE)));
sys/dev/hid/hidmap.c
357
!(hi->flags & HIO_RELATIVE) == !(mi->relabs == HIDMAP_RELATIVE)));
sys/dev/hid/hmt.c
674
((hi).flags & (HIO_VARIABLE | HIO_RELATIVE)) == HIO_VARIABLE)
sys/dev/hid/hmt.c
706
(flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE)
sys/dev/hid/hmt.c
715
&& (flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE)
sys/dev/usb/input/ums.c
92
#define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)
sys/dev/usb/input/ums.c
93
#define MOUSE_FLAGS (HIO_RELATIVE)
sys/dev/usb/input/wmt.c
746
(((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE)
usr.sbin/bluetooth/bthidcontrol/hid.c
170
h->flags & HIO_RELATIVE ? " Relative" : "",
usr.sbin/bluetooth/bthidd/parser.y
445
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == 0)
usr.sbin/bluetooth/bthidd/parser.y
452
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)
usr.sbin/bluetooth/bthidd/parser.y
456
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)
usr.sbin/bluetooth/bthidd/parser.y
460
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)
usr.sbin/bluetooth/bthidd/parser.y
464
(hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE)