Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusbhid.h63 #define USB_HID_DESCRIPTOR_SIZE(n) (9+((n)*3)) macro
H A Dusb_hid.c91 (desc->bLength >= USB_HID_DESCRIPTOR_SIZE(0))) { in hid_get_descriptor_from_usb()