Searched defs:bLength (Results 1 – 2 of 2) sorted by relevance
12 uint8_t bLength = 0x12; in usb_desc_device() local57 uint8_t bLength = 0x0a; in usb_desc_device_qualifier() local82 uint8_t bLength = 0x09; in usb_desc_config() local134 uint8_t bLength = 0x08; in usb_desc_iface_group() local165 uint8_t bLength = 0x09; in usb_desc_iface() local207 uint8_t bLength = ep->is_audio ? 0x09 : 0x07; in usb_desc_endpoint() local252 int bLength = desc->length ? desc->length : desc->data[0]; in usb_desc_other() local264 uint8_t bLength = 0x07; in usb_desc_cap_usb2_ext() local285 uint8_t bLength = 0x0a; in usb_desc_cap_super() local326 uint8_t bLength = 0x05; in usb_desc_bos() local[all …]
8 uint8_t bLength; member