Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h155 #define USB_SIZEOF_HUB_SS_DESC 11 macro
A Dusbh_hub.c93 setup->wLength = USB_SIZEOF_HUB_SS_DESC; in _usbh_hub_get_hub_ss_descriptor()
99 memcpy(buffer, g_hub_buf[hub->bus->busid], USB_SIZEOF_HUB_SS_DESC); in _usbh_hub_get_hub_ss_descriptor()
199 if (desc->bLength < USB_SIZEOF_HUB_SS_DESC) { in parse_hub_ss_descriptor()
360 parse_hub_ss_descriptor(&hub->hub_ss_desc, USB_SIZEOF_HUB_SS_DESC); in usbh_hub_connect()

Completed in 24 milliseconds