Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
594 struct usb_hub_descriptor { struct595 uByte bDescLength;596 uByte bDescriptorType;597 uByte bNbrPorts;598 uWord wHubCharacteristics;622 typedef struct usb_hub_descriptor usb_hub_descriptor_t; argument