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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
UsbBotPeim.c 173 EFI_USB_ENDPOINT_DESCRIPTOR *EndpointDesc;
230 &EndpointDesc
237 if ((EndpointDesc->EndpointAddress & 0x80) != 0) {
238 PeiBotDevice->BulkInEndpoint = EndpointDesc;
240 PeiBotDevice->BulkOutEndpoint = EndpointDesc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.h 57 EFI_USB_ENDPOINT_DESCRIPTOR *EndpointDesc[MAX_ENDPOINT];

Completed in 443 milliseconds