HomeSort by relevance Sort by last modified time
    Searched refs:RootIf (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 905 USB_INTERFACE *RootIf;
1013 RootIf = AllocateZeroPool (sizeof (USB_INTERFACE));
1015 if (RootIf == NULL) {
1023 RootHub->Interfaces[0] = RootIf;
1025 RootIf->Signature = USB_INTERFACE_SIGNATURE;
1026 RootIf->Device = RootHub;
1027 RootIf->DevicePath = UsbBus->DevicePath;
1038 Status = mUsbRootHubApi.Init (RootIf);
1047 DEBUG ((EFI_D_INFO, "UsbBusStart: usb bus started on %p, root hub %p\n", Controller, RootIf));
1051 if (RootIf != NULL) {
    [all...]
UsbHub.c     [all...]

Completed in 112 milliseconds