Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
583 struct usb_hub_descriptor { struct584 uByte bDescLength;585 uByte bDescriptorType;586 uByte bNbrPorts;587 uWord wHubCharacteristics;611 typedef struct usb_hub_descriptor usb_hub_descriptor_t; argument