Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c277 UsbClearEndpointStall (UsbBot->UsbIo, Endpoint->EndpointAddress); in UsbBotDataTransfer()
350 UsbClearEndpointStall (UsbIo, Endpoint); in UsbBotGetStatus()
525 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkInEndpoint->EndpointAddress); in UsbBotResetDevice()
526 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkOutEndpoint->EndpointAddress); in UsbBotResetDevice()
DUsbMassCbi.c337 UsbClearEndpointStall (UsbCbi->UsbIo, Endpoint->EndpointAddress); in UsbCbiDataTransfer()
590 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkInEndpoint->EndpointAddress); in UsbCbiResetDevice()
591 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkOutEndpoint->EndpointAddress); in UsbCbiResetDevice()
DUsbMassBoot.h365 UsbClearEndpointStall (
DUsbMassBoot.c1078 UsbClearEndpointStall ( in UsbClearEndpointStall() function