Searched refs:Endpoints (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h57 USB_ENDPOINT_DESC **Endpoints; member in struct:__anon10870
H A DUsbDesc.c33 if (Setting->Endpoints != NULL) {
38 Ep = Setting->Endpoints[Index];
49 FreePool (Setting->Endpoints);
259 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp);
261 if (Setting->Endpoints == NULL) {
276 Setting->Endpoints[Index] = Ep;
H A DUsbHub.c713 ASSERT ((Setting->Endpoints != NULL) && (Setting->Endpoints[Index] != NULL));
715 EpDesc = Setting->Endpoints[Index];
H A DUsbEnumer.c40 EpDesc = UsbIf->IfSetting->Endpoints[Index];
351 Setting->Endpoints[Index]->Toggle = 0;
H A DUsbBus.c663 &(UsbIf->IfSetting->Endpoints[Index]->Desc),

Completed in 52 milliseconds