Searched defs:RootIf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c899 USB_INTERFACE *RootIf; local
1006 RootIf = AllocateZeroPool (sizeof (USB_INTERFACE));
1008 if (RootIf == NULL) {
1016 RootHub->Interfaces[0] = RootIf;
1018 RootIf->Signature = USB_INTERFACE_SIGNATURE;
1019 RootIf->Device = RootHub;
1020 RootIf->DevicePath = UsbBus->DevicePath;
1022 Status = mUsbRootHubApi.Init (RootIf);
1031 DEBUG ((EFI_D_INFO, "UsbBusStart: usb bus started on %p, root hub %p\n", Controller, RootIf));
1035 if (RootIf !
1362 USB_INTERFACE *RootIf; local
[all...]
H A DUsbHub.c1239 @param RootIf The root hub interface.
1251 IN USB_INTERFACE *RootIf,
1265 Bus = RootIf->Device->Bus;
1320 if (RootIf->MaxSpeed == EFI_USB_SPEED_HIGH) {
1323 UsbRootHubSetPortFeature (RootIf, Port, EfiUsbPortOwner);
1328 Status = UsbRootHubSetPortFeature (RootIf, Port, EfiUsbPortEnable);
1250 UsbRootHubResetPort( IN USB_INTERFACE *RootIf, IN UINT8 Port ) argument

Completed in 46 milliseconds