Searched refs:EFI_USB_ERR_STALL (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.h27 #define USB_ERR_FAIL_MASK (EFI_USB_ERR_STALL | EFI_USB_ERR_BUFFER | \
H A DUhciSched.c468 QhResult->Result |= EFI_USB_ERR_STALL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c199 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL) && DataDir == EfiUsbDataOut) {
274 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL)) {
349 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL)) {
H A DUsbMassCbi.c336 if (TransStatus == EFI_USB_ERR_STALL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsbIo.h61 #define EFI_USB_ERR_STALL 0x02 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c695 if ((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c701 if ((Result & EFI_USB_ERR_STALL) == EFI_USB_ERR_STALL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c336 Urb->Result |= EFI_USB_ERR_STALL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c890 } else if (*TransferResult == EFI_USB_ERR_STALL) {
1173 } else if (*TransferResult == EFI_USB_ERR_STALL) {
1470 } else if (*TransferResult == EFI_USB_ERR_STALL) {
H A DXhciSched.c977 CheckedUrb->Result |= EFI_USB_ERR_STALL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbHub.c610 if (USB_BIT_IS_SET (Result, EFI_USB_ERR_STALL)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c597 Urb->Result |= EFI_USB_ERR_STALL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2688 *Result |= EFI_USB_ERR_STALL;

Completed in 500 milliseconds