Searched refs:bNbrPorts (Results 1 – 2 of 2) sorted by relevance
132 uint8_t bNbrPorts; member146 uint8_t bNbrPorts; member
185 USB_LOG_DBG("bNbrPorts: 0x%02x \r\n", desc->bNbrPorts); in parse_hub_descriptor()209 USB_LOG_DBG("bNbrPorts: 0x%02x \r\n", desc->bNbrPorts); in parse_hub_ss_descriptor()361 hub->nports = hub->hub_ss_desc.bNbrPorts; in usbh_hub_connect()371 hub->nports = hub->hub_desc.bNbrPorts; in usbh_hub_connect()
Completed in 5 milliseconds