Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusbhid.h58 #define USB_HID_DESCRIPTOR_SIZE(n) (9+((n)*3)) macro
Dusb_hid.c766 (desc->bLength >= USB_HID_DESCRIPTOR_SIZE(0))) { in hid_get_descriptor_from_usb()