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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c130 HubIf = Device->ParentIf;
209 @param ParentIf The parent HUB interface.
217 IN USB_INTERFACE *ParentIf,
223 ASSERT (ParentIf != NULL);
231 Device->Bus = ParentIf->Device->Bus;
233 Device->ParentAddr = ParentIf->Device->Address;
234 Device->ParentIf = ParentIf;
236 Device->Tier = (UINT8)(ParentIf->Device->Tier + 1);
216 UsbCreateDevice( IN USB_INTERFACE *ParentIf, IN UINT8 ParentPort ) argument
H A DUsbBus.h189 USB_INTERFACE *ParentIf; member in struct:_USB_DEVICE

Completed in 34 milliseconds