Lines Matching refs:bLength
60 .bLength = sizeof(struct usb_device_descriptor),
87 .bLength = sizeof(struct usb_cfg_descriptor),
110 uint8_t bLength; member
117 uint8_t bLength; member
123 uint8_t bLength; member
130 uint8_t bLength; member
144 .bLength = sizeof(struct usb_string_descriptor),
150 .bLength = USB_STRING_DESCRIPTOR_LENGTH(
157 .bLength = USB_STRING_DESCRIPTOR_LENGTH(
164 .bLength = USB_STRING_DESCRIPTOR_LENGTH(CONFIG_USB_DEVICE_SN),
171 .bLength = USB_STRING_DESCRIPTOR_LENGTH(CONFIG_USB_CONFIGURATION_STRING_DESC),
180 .bLength = 0,
191 int idx_max = USB_BSTRING_UTF16LE_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()
192 int ascii_idx_max = USB_BSTRING_ASCII_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()
222 while (head->bLength != 0U) { in usb_get_str_descriptor_idx()
236 head = (struct usb_desc_header *)((uint8_t *)head + head->bLength); in usb_get_str_descriptor_idx()
426 while (head->bLength != 0U) { in usb_fix_descriptor()
517 head = (struct usb_desc_header *)((uint8_t *)head + head->bLength); in usb_fix_descriptor()