Home
last modified time | relevance | path

Searched refs:BulkInEndpoint (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c93 (UsbBot->BulkInEndpoint == NULL)) { in UsbBotInit()
95 UsbBot->BulkInEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbBot + 1); in UsbBotInit()
96 CopyMem(UsbBot->BulkInEndpoint, &EndPoint, sizeof (EndPoint)); in UsbBotInit()
110 if ((UsbBot->BulkInEndpoint == NULL) || (UsbBot->BulkOutEndpoint == NULL)) { in UsbBotInit()
257 Endpoint = UsbBot->BulkInEndpoint; in UsbBotDataTransfer()
329 Endpoint = UsbBot->BulkInEndpoint->EndpointAddress; in UsbBotGetStatus()
525 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkInEndpoint->EndpointAddress); in UsbBotResetDevice()
DUsbMassCbi.c111 (UsbCbi->BulkInEndpoint == NULL)) { in UsbCbiInit()
113 UsbCbi->BulkInEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbCbi + 1); in UsbCbiInit()
114 CopyMem(UsbCbi->BulkInEndpoint, &EndPoint, sizeof (EndPoint));; in UsbCbiInit()
136 if ((UsbCbi->BulkInEndpoint == NULL) || (UsbCbi->BulkOutEndpoint == NULL)) { in UsbCbiInit()
279 Endpoint = UsbCbi->BulkInEndpoint; in UsbCbiDataTransfer()
590 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkInEndpoint->EndpointAddress); in UsbCbiResetDevice()
DUsbMassCbi.h42 EFI_USB_ENDPOINT_DESCRIPTOR *BulkInEndpoint; member
DUsbMassBot.h86 EFI_USB_ENDPOINT_DESCRIPTOR *BulkInEndpoint; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DBotPeim.c72 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotRecoveryReset()
205 MaxPacketLen = (PeiBotDev->BulkInEndpoint)->MaxPacketSize; in BotDataPhase()
206 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotDataPhase()
282 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotStatusPhase()
DUsbBotPeim.h307 EFI_USB_ENDPOINT_DESCRIPTOR *BulkInEndpoint; member
DUsbBotPeim.c238 PeiBotDevice->BulkInEndpoint = EndpointDesc; in InitUsbBot()