Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
HDparser.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()
/freebsd-13-stable/sys/dev/hid/
HDhid.c941 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
945 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
HDhmt.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()
HDhconf.c221 if ((flags & (HIO_VARIABLE | HIO_RELATIVE)) != HIO_VARIABLE) in hconf_parse_feature()
HDhid.h175 #define HIO_RELATIVE 0x004 macro
HDhidmap.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()
HDhidbus.c151 if (ai != NULL && (h.flags&HIO_RELATIVE) == 0) in hidbus_locate()
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
HDhid.c170 h->flags & HIO_RELATIVE ? " Relative" : "", in hid_dump_item()
/freebsd-13-stable/sys/dev/usb/input/
HDums.c93 #define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)
94 #define MOUSE_FLAGS (HIO_RELATIVE)
HDwmt.c747 (((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE) in wmt_hid_parse()