Searched refs:usb_hub_descriptor (Results 1 – 9 of 9) sorted by relevance
37 usb_hub_descriptor hub;215 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
38 usb_hub_descriptor hub;217 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
36 usb_hub_descriptor hub;215 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
39 usb_hub_descriptor hub;226 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
1763 usb_hub_descriptor hubDescriptor; in AllocateDevice()1769 sizeof(usb_hub_descriptor), // length in AllocateDevice()1771 sizeof(usb_hub_descriptor), // buffer length in AllocateDevice()1774 if (actualLength != sizeof(usb_hub_descriptor)) { in AllocateDevice()
209 usb_hub_descriptor hubDescriptor; in DumpInfo()211 (void*)&hubDescriptor, sizeof(usb_hub_descriptor)); in DumpInfo()212 if (size == sizeof(usb_hub_descriptor)) { in DumpInfo()
60 struct usb_hub_descriptor { struct
47 (void *)&fHubDescriptor, sizeof(usb_hub_descriptor), &actualLength); in Hub()
681 usb_hub_descriptor fHubDescriptor;