HomeSort by: relevance | last modified time | path
    Searched refs:USB_DESCRIPTOR_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
usb.h 216 #define USB_DESCRIPTOR_SIZE 2
217 __CTASSERT(sizeof(usb_descriptor_t) == USB_DESCRIPTOR_SIZE);
usb_subr.c 336 if (desc->bLength < USB_DESCRIPTOR_SIZE)
383 if (desc->bLength < USB_DESCRIPTOR_SIZE)
usbdi_util.c 735 if (desc->bLength < USB_DESCRIPTOR_SIZE) {

Completed in 15 milliseconds