Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c100 (UsbBot->BulkOutEndpoint == NULL)) { in UsbBotInit()
102 UsbBot->BulkOutEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbBot + 1) + 1; in UsbBotInit()
103 CopyMem (UsbBot->BulkOutEndpoint, &EndPoint, sizeof(EndPoint)); in UsbBotInit()
110 if ((UsbBot->BulkInEndpoint == NULL) || (UsbBot->BulkOutEndpoint == NULL)) { in UsbBotInit()
192 UsbBot->BulkOutEndpoint->EndpointAddress, in UsbBotSendCommand()
259 Endpoint = UsbBot->BulkOutEndpoint; in UsbBotDataTransfer()
526 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkOutEndpoint->EndpointAddress); in UsbBotResetDevice()
DUsbMassCbi.c118 (UsbCbi->BulkOutEndpoint == NULL)) { in UsbCbiInit()
120 UsbCbi->BulkOutEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbCbi + 1) + 1; in UsbCbiInit()
121 CopyMem(UsbCbi->BulkOutEndpoint, &EndPoint, sizeof (EndPoint)); in UsbCbiInit()
136 if ((UsbCbi->BulkInEndpoint == NULL) || (UsbCbi->BulkOutEndpoint == NULL)) { in UsbCbiInit()
281 Endpoint = UsbCbi->BulkOutEndpoint; in UsbCbiDataTransfer()
591 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkOutEndpoint->EndpointAddress); in UsbCbiResetDevice()
DUsbMassCbi.h43 EFI_USB_ENDPOINT_DESCRIPTOR *BulkOutEndpoint; member
DUsbMassBot.h87 EFI_USB_ENDPOINT_DESCRIPTOR *BulkOutEndpoint; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DBotPeim.c78 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress; in BotRecoveryReset()
141 (PeiBotDev->BulkOutEndpoint)->EndpointAddress, in BotCommandPhase()
208 MaxPacketLen = (PeiBotDev->BulkOutEndpoint)->MaxPacketSize; in BotDataPhase()
209 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress; in BotDataPhase()
DUsbBotPeim.h308 EFI_USB_ENDPOINT_DESCRIPTOR *BulkOutEndpoint; member
DUsbBotPeim.c240 PeiBotDevice->BulkOutEndpoint = EndpointDesc; in InitUsbBot()