Searched refs:MaxSpeed (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbHub.c | 1058 UINT8 MaxSpeed; local 1062 Status = UsbHcGetCapability (HubIf->Device->Bus, &MaxSpeed, &NumOfPort, &Support64); 1069 HubIf, MaxSpeed, NumOfPort)); 1074 HubIf->MaxSpeed = MaxSpeed; 1320 if (RootIf->MaxSpeed == EFI_USB_SPEED_HIGH) {
|
H A D | UsbUtility.h | 23 @param MaxSpeed The maximum speed this host controller supports. 34 OUT UINT8 *MaxSpeed,
|
H A D | UsbBus.h | 230 UINT8 MaxSpeed; member in struct:_USB_INTERFACE
|
H A D | UsbUtility.c | 56 @param MaxSpeed The maximum speed this host controller supports. 67 OUT UINT8 *MaxSpeed, 77 MaxSpeed, 85 *MaxSpeed = EFI_USB_SPEED_FULL; 65 UsbHcGetCapability( IN USB_BUS *UsbBus, OUT UINT8 *MaxSpeed, OUT UINT8 *NumOfPort, OUT UINT8 *Is64BitCapable ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Usb2HostController.h | 99 @param MaxSpeed Host controller data transfer speed. 114 OUT UINT8 *MaxSpeed,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/ |
H A D | Xhci.h | 319 @param MaxSpeed Max speed supported by the controller. 332 OUT UINT8 *MaxSpeed,
|
H A D | Xhci.c | 83 @param MaxSpeed Max speed supported by the controller. 96 OUT UINT8 *MaxSpeed, 104 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) { 111 *MaxSpeed = EFI_USB_SPEED_SUPER; 94 XhcGetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | Uhci.c | 267 @param MaxSpeed A pointer to the max speed USB host controller 274 @return EFI_INVALID_PARAMETER MaxSpeed or PortNumber or Is64BitCapable is NULL. 282 OUT UINT8 *MaxSpeed, 294 if ((NULL == MaxSpeed) || (NULL == PortNumber) || (NULL == Is64BitCapable)) { 298 *MaxSpeed = EFI_USB_SPEED_FULL; 280 Uhci2GetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | Ehci.c | 61 @param MaxSpeed Max speed supported by the controller. 74 OUT UINT8 *MaxSpeed, 82 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) { 89 *MaxSpeed = EFI_USB_SPEED_HIGH; 72 EhcGetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
H A D | LibSmbios.h | 129 UINT16 MaxSpeed; member in struct:__anon12841
|
H A D | PrintInfo.c | 332 PRINT_STRUCT_VALUE (Struct, Type4, MaxSpeed);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | SmBios.h | 700 UINT16 MaxSpeed; member in struct:__anon11815
|
Completed in 1052 milliseconds