Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbHostController.h133 IN BOOLEAN IsSlowDevice,
236 IN BOOLEAN IsSlowDevice,
288 IN BOOLEAN IsSlowDevice,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.h199 IN BOOLEAN IsSlowDevice,
319 IN BOOLEAN IsSlowDevice,
387 IN BOOLEAN IsSlowDevice,
441 IN BOOLEAN IsSlowDevice,
DOhci.c273 IN BOOLEAN IsSlowDevice, in OhciControlTransfer() argument
319 (IsSlowDevice && MaxPacketLength != 8) || in OhciControlTransfer()
365 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice); in OhciControlTransfer()
913 IN BOOLEAN IsSlowDevice, in OhciInterruptTransfer() argument
1009 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice); in OhciInterruptTransfer()
1101 Entry->IsSlowDevice = IsSlowDevice; in OhciInterruptTransfer()
1201 IN BOOLEAN IsSlowDevice, in OhciAsyncInterruptTransfer() argument
1234 IsSlowDevice, in OhciAsyncInterruptTransfer()
1301 IN BOOLEAN IsSlowDevice, in OhciSyncInterruptTransfer() argument
1318 (IsSlowDevice && MaxPacketLength > 8) || (!IsSlowDevice && MaxPacketLength > 64) || in OhciSyncInterruptTransfer()
[all …]
DOhciSched.h34 BOOLEAN IsSlowDevice; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c646 BOOLEAN IsSlowDevice; in Uhci2ControlTransfer() local
656 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DeviceSpeed) ? TRUE : FALSE); in Uhci2ControlTransfer()
665 if (IsSlowDevice && (MaximumPacketLength != 8)) { in Uhci2ControlTransfer()
727 IsSlowDevice in Uhci2ControlTransfer()
741 Status = UhciExecuteTransfer (Uhc, Uhc->CtrlQh, TDs, TimeOut, IsSlowDevice, &QhResult); in Uhci2ControlTransfer()
956 BOOLEAN IsSlowDevice; in Uhci2AsyncInterruptTransfer() local
971 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DeviceSpeed) ? TRUE : FALSE); in Uhci2AsyncInterruptTransfer()
1046 IsSlowDevice in Uhci2AsyncInterruptTransfer()
1071 IsSlowDevice in Uhci2AsyncInterruptTransfer()
1143 BOOLEAN IsSlowDevice; in Uhci2SyncInterruptTransfer() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c305 BOOLEAN IsSlowDevice; in UsbHcControlTransfer() local
323 IsSlowDevice = (BOOLEAN)(EFI_USB_SPEED_LOW == DevSpeed); in UsbHcControlTransfer()
327 IsSlowDevice, in UsbHcControlTransfer()
454 BOOLEAN IsSlowDevice; in UsbHcAsyncInterruptTransfer() local
472 IsSlowDevice = (BOOLEAN)(EFI_USB_SPEED_LOW == DevSpeed); in UsbHcAsyncInterruptTransfer()
478 IsSlowDevice, in UsbHcAsyncInterruptTransfer()
530 BOOLEAN IsSlowDevice; in UsbHcSyncInterruptTransfer() local
547 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DevSpeed) ? TRUE : FALSE); in UsbHcSyncInterruptTransfer()
552 IsSlowDevice, in UsbHcSyncInterruptTransfer()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
DUsbHostController.h78 IN BOOLEAN IsSlowDevice,
108 IN BOOLEAN IsSlowDevice,
124 IN BOOLEAN IsSlowDevice,