Searched refs:USB_SIZEOF_CONFIG_DESC (Results 1 – 2 of 2) sorted by relevance
185 if (desc->bLength != USB_SIZEOF_CONFIG_DESC) { in parse_config_descriptor()192 if (length <= USB_SIZEOF_CONFIG_DESC) { in parse_config_descriptor()217 p += USB_SIZEOF_CONFIG_DESC; in parse_config_descriptor()218 desc_len = USB_SIZEOF_CONFIG_DESC; in parse_config_descriptor()477 setup->wLength = USB_SIZEOF_CONFIG_DESC; in usbh_enumerate()485 …ruct usb_configuration_descriptor *)ep0_request_buffer[hport->bus->busid], USB_SIZEOF_CONFIG_DESC); in usbh_enumerate()
379 #define USB_SIZEOF_CONFIG_DESC 9 macro
Completed in 78 milliseconds