Searched refs:bLength (Results 1 – 2 of 2) sorted by relevance
12 uint8_t bLength = 0x12; in usb_desc_device() local15 if (len < bLength) { in usb_desc_device()19 d->bLength = bLength; in usb_desc_device()51 return bLength; in usb_desc_device()57 uint8_t bLength = 0x0a; in usb_desc_device_qualifier() local60 if (len < bLength) { in usb_desc_device_qualifier()64 d->bLength = bLength; in usb_desc_device_qualifier()76 return bLength; in usb_desc_device_qualifier()82 uint8_t bLength = 0x09; in usb_desc_config() local87 if (len < bLength) { in usb_desc_config()[all …]
8 uint8_t bLength; member