Home
last modified time | relevance | path

Searched refs:usb_hub_descriptor (Results 1 – 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_rh.cpp37 usb_hub_descriptor hub;
215 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
H A Dohci_rh.cpp38 usb_hub_descriptor hub;
217 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
H A Dehci_rh.cpp36 usb_hub_descriptor hub;
215 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
H A Dxhci_rh.cpp39 usb_hub_descriptor hub;
226 actualLength = MIN(sizeof(usb_hub_descriptor), in ProcessTransfer()
H A Dxhci.cpp1763 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()
/haiku/src/bin/listusb/
H A Dlistusb.cpp209 usb_hub_descriptor hubDescriptor; in DumpInfo()
211 (void*)&hubDescriptor, sizeof(usb_hub_descriptor)); in DumpInfo()
212 if (size == sizeof(usb_hub_descriptor)) { in DumpInfo()
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h60 struct usb_hub_descriptor { struct
H A DHub.cpp47 (void *)&fHubDescriptor, sizeof(usb_hub_descriptor), &actualLength); in Hub()
H A Dusb_private.h681 usb_hub_descriptor fHubDescriptor;