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;
1010 RootIf = AllocateZeroPool (sizeof (USB_INTERFACE));
1012 if (RootIf == NULL) {
1020 RootHub->Interfaces[0] = RootIf;
1022 RootIf->Signature = USB_INTERFACE_SIGNATURE;
1023 RootIf->Device = RootHub;
1024 RootIf->DevicePath = UsbBus->DevicePath;
1035 Status = mUsbRootHubApi.Init (RootIf);
1044 DEBUG ((EFI_D_INFO, "UsbBusStart: usb bus started on %p, root hub %p\n", Controller, RootIf));
1048 if (RootIf != NULL) {
    [all...]
UsbHub.c     [all...]

Completed in 519 milliseconds