Searched refs:NumOfPort (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbHub.c | 642 HubIf->NumOfPort / 8 + 1, 735 HubIf->NumOfPort = HubDesc.NumPorts; 737 DEBUG (( EFI_D_INFO, "UsbHubInit: hub %d has %d ports\n", HubDev->Address,HubIf->NumOfPort)); 792 // must be able to hold (HubIf->NumOfPort + 1) bits (one bit for 801 HubIf->NumOfPort / 8 + 1, 1059 UINT8 NumOfPort; local 1062 Status = UsbHcGetCapability (HubIf->Device->Bus, &MaxSpeed, &NumOfPort, &Support64); 1069 HubIf, MaxSpeed, NumOfPort)); 1075 HubIf->NumOfPort = NumOfPort; [all...] |
H A D | UsbUtility.h | 24 @param NumOfPort The number of the root hub port. 35 OUT UINT8 *NumOfPort,
|
H A D | UsbEnumer.c | 972 for (Index = 0; Index < HubIf->NumOfPort; Index++) { 1007 for (Index = 0; Index < RootHub->NumOfPort; Index++) {
|
H A D | UsbBus.h | 216 UINT8 NumOfPort; member in struct:_USB_INTERFACE
|
H A D | UsbUtility.c | 57 @param NumOfPort The number of the root hub port. 68 OUT UINT8 *NumOfPort, 78 NumOfPort, 83 Status = UsbBus->UsbHc->GetRootHubPortNumber (UsbBus->UsbHc, NumOfPort); 65 UsbHcGetCapability( IN USB_BUS *UsbBus, OUT UINT8 *MaxSpeed, OUT UINT8 *NumOfPort, OUT UINT8 *Is64BitCapable ) argument
|
Completed in 184 milliseconds