Home
last modified time | relevance | path

Searched refs:EFI_USB_ERR_STALL (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciSched.c183 TransferResult = EFI_USB_ERR_STALL; in ConvertErrorCode()
440 if (((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) || in OhciHouseKeeper()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c199 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL) && DataDir == EfiUsbDataOut) { in UsbBotSendCommand()
274 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL)) { in UsbBotDataTransfer()
349 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL)) { in UsbBotGetStatus()
DUsbMassCbi.c336 if (TransStatus == EFI_USB_ERR_STALL) { in UsbCbiDataTransfer()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciSched.c46 TransferResult = EFI_USB_ERR_STALL; in ConvertErrorCode()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciSched.h27 #define USB_ERR_FAIL_MASK (EFI_USB_ERR_STALL | EFI_USB_ERR_BUFFER | \
DUhciSched.c468 QhResult->Result |= EFI_USB_ERR_STALL; in UhciCheckTdStatus()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h34 #define EFI_USB_ERR_STALL 0x02 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbIo.h61 #define EFI_USB_ERR_STALL 0x02 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
DUsbMouseAbsolutePointer.c767 if ((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) { in OnMouseInterruptComplete()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
DUsbMouse.c773 if ((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) { in OnMouseInterruptComplete()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciSched.c336 Urb->Result |= EFI_USB_ERR_STALL; in EhcCheckUrbResult()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Internal.h208 #define EFI_USB_ERR_STALL 0x02 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c920 } else if (*TransferResult == EFI_USB_ERR_STALL) { in XhcControlTransfer()
1266 } else if (*TransferResult == EFI_USB_ERR_STALL) { in XhcBulkTransfer()
1573 } else if (*TransferResult == EFI_USB_ERR_STALL) { in XhcSyncInterruptTransfer()
DXhciSched.c1140 CheckedUrb->Result |= EFI_USB_ERR_STALL; in XhcCheckUrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c663 } else if (*TransferResult == EFI_USB_ERR_STALL) { in XhcPeiControlTransfer()
985 } else if (*TransferResult == EFI_USB_ERR_STALL) { in XhcPeiBulkTransfer()
DXhciSched.c660 CheckedUrb->Result |= EFI_USB_ERR_STALL; in XhcPeiCheckUrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c1014 if ((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) { in KeyboardHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c610 if (USB_BIT_IS_SET (Result, EFI_USB_ERR_STALL)) { in UsbOnHubInterrupt()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciSched.c597 Urb->Result |= EFI_USB_ERR_STALL; in EhcCheckUrbResult()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c212 *TransferResult = EFI_USB_ERR_STALL; in DwHcTransfer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c2711 *Result |= EFI_USB_ERR_STALL; in CheckTDsResults()