Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dusbhid.h81 #define HID_USAGE(u) ((u) & 0xffff) macro
H A Dusage.c177 int i = HID_USAGE(u); in hid_usage_in_page()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dhid.c220 usage = HID_USAGE(h.usage); in hid_interrupt()
223 usage = HID_USAGE(h.usage_minimum + usage_offset); in hid_interrupt()
H A Dkbd.c576 switch(HID_USAGE(h.usage)) { in kbd_status_changed()