Home
last modified time | relevance | path

Searched refs:HIO_CONST (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c603 if (h.kind == k && !(h.flags & HIO_CONST) && h.usage == u) { in hid_locate()
947 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
951 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
Dusbhid.h185 #define HIO_CONST 0x001 macro