Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c33 if (Setting->Endpoints != NULL) { in UsbFreeInterfaceDesc()
38 Ep = Setting->Endpoints[Index]; in UsbFreeInterfaceDesc()
49 FreePool (Setting->Endpoints); in UsbFreeInterfaceDesc()
267 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp); in UsbParseInterfaceDesc()
269 if (Setting->Endpoints == NULL) { in UsbParseInterfaceDesc()
284 Setting->Endpoints[Index] = Ep; in UsbParseInterfaceDesc()
DUsbDesc.h57 USB_ENDPOINT_DESC **Endpoints; member
DUsbHub.c713 ASSERT ((Setting->Endpoints != NULL) && (Setting->Endpoints[Index] != NULL)); in UsbHubInit()
715 EpDesc = Setting->Endpoints[Index]; in UsbHubInit()
DUsbEnumer.c40 EpDesc = UsbIf->IfSetting->Endpoints[Index]; in UsbGetEndpointDesc()
351 Setting->Endpoints[Index]->Toggle = 0; in UsbSelectSetting()
DUsbBus.c663 &(UsbIf->IfSetting->Endpoints[Index]->Desc), in UsbIoGetEndpointDescriptor()