Home
last modified time | relevance | path

Searched refs:USB_SIZEOF_HUB_DESC (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h140 #define USB_SIZEOF_HUB_DESC 9 macro
A Dusbh_hub.c71 setup->wLength = USB_SIZEOF_HUB_DESC; in _usbh_hub_get_hub_descriptor()
77 memcpy(buffer, g_hub_buf[hub->bus->busid], USB_SIZEOF_HUB_DESC); in _usbh_hub_get_hub_descriptor()
175 if (desc->bLength != USB_SIZEOF_HUB_DESC) { in parse_hub_descriptor()
370 parse_hub_descriptor(&hub->hub_desc, USB_SIZEOF_HUB_DESC); in usbh_hub_connect()

Completed in 6 milliseconds