Home
last modified time | relevance | path

Searched refs:HIO_RELATIVE (Results 1 – 10 of 10) sorted by relevance

/src/usr.sbin/bluetooth/bthidd/
H A Dparser.y445 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == 0) in check_hid_device()
452 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
456 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
460 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
464 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
/src/sys/dev/hid/
H A Dhid.c937 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
941 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
H A Dhmt.c674 ((hi).flags & (HIO_VARIABLE | HIO_RELATIVE)) == HIO_VARIABLE) in hmt_hid_parse()
706 (flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE) in hmt_hid_parse()
715 && (flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE) in hmt_hid_parse()
H A Dhconf.c219 if ((flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE) in hconf_parse_feature()
H A Dhid.h179 #define HIO_RELATIVE 0x004 macro
H A Dhidmap.c346 !(hi->flags & HIO_RELATIVE) == !(mi->relabs == HIDMAP_RELATIVE))); in can_map_callback()
357 !(hi->flags & HIO_RELATIVE) == !(mi->relabs == HIDMAP_RELATIVE))); in can_map_variable()
H A Dhidbus.c151 if (ai != NULL && (h.flags&HIO_RELATIVE) == 0) in hidbus_locate()
/src/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c170 h->flags & HIO_RELATIVE ? " Relative" : "", in hid_dump_item()
/src/sys/dev/usb/input/
H A Dums.c92 #define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)
93 #define MOUSE_FLAGS (HIO_RELATIVE)
H A Dwmt.c746 (((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE) in wmt_hid_parse()