OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hub_desc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c
1553
usb_hub_descriptor_t *
hub_desc
;
local in function:dwc2_hcd_hub_control
1672
hub_desc
= (usb_hub_descriptor_t *)buf;
1673
hub_desc
->bDescLength = 9;
1674
hub_desc
->bDescriptorType = USB_DT_HUB;
1675
hub_desc
->bNbrPorts = 1;
1676
USETW(
hub_desc
->wHubCharacteristics, HUB_CHAR_COMMON_LPSM |
1678
hub_desc
->bPwrOn2PwrGood = 1;
1679
hub_desc
->bHubContrCurrent = 0;
1680
hub_desc
->DeviceRemovable[0] = 0;
1681
hub_desc
->DeviceRemovable[1] = 0xff
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025