Home
last modified time | relevance | path

Searched refs:EndpointDesc (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DUsbBotPeim.c173 EFI_USB_ENDPOINT_DESCRIPTOR *EndpointDesc; in InitUsbBot() local
230 &EndpointDesc in InitUsbBot()
237 if ((EndpointDesc->EndpointAddress & 0x80) != 0) { in InitUsbBot()
238 PeiBotDevice->BulkInEndpoint = EndpointDesc; in InitUsbBot()
240 PeiBotDevice->BulkOutEndpoint = EndpointDesc; in InitUsbBot()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbIoPeim.c199 MaxPacketLength = PeiUsbDev->EndpointDesc[EndpointIndex]->MaxPacketSize; in PeiUsbBulkTransfer()
309 *EndpointDescriptor = PeiUsbDev->EndpointDesc[EndpointIndex]; in PeiUsbGetEndpointDescriptor()
DUsbPeim.h57 EFI_USB_ENDPOINT_DESCRIPTOR *EndpointDesc[MAX_ENDPOINT]; member
DUsbPeim.c383 …NewPeiUsbDevice->EndpointDesc[EndpointIndex] = NewPeiUsbDevice->EndpointDescList[InterfaceIndex][E… in PeiHubEnumeration()
624 …PeiUsbDevice->EndpointDesc[EndpointIndex] = PeiUsbDevice->EndpointDescList[InterfaceIndex][Endpoin… in PeiUsbEnumeration()
908 PeiUsbDevice->EndpointDesc[Index] = (EFI_USB_ENDPOINT_DESCRIPTOR *) Ptr; in PeiUsbGetAllConfiguration()