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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DUsbHostController.h103 @param IsSlowDevice Indicates whether the target device is slow device or full-speed
133 IN BOOLEAN IsSlowDevice,
200 @param IsSlowDevice Indicates whether the target device is slow device or full-speed
236 IN BOOLEAN IsSlowDevice,
258 @param IsSlowDevice Indicates whether the target device is slow device or full-speed
288 IN BOOLEAN IsSlowDevice,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhci.h165 @param IsSlowDevice Indicates whether the target device is slow device
199 IN BOOLEAN IsSlowDevice,
274 @param IsSlowDevice Indicates whether the target device is slow device
319 IN BOOLEAN IsSlowDevice,
345 @param IsSlowDevice Indicates whether the target device is slow device
387 IN BOOLEAN IsSlowDevice,
411 @param IsSlowDevice Indicates whether the target device is slow device
441 IN BOOLEAN IsSlowDevice,
H A DOhciSched.h34 BOOLEAN IsSlowDevice; member in struct:_INTERRUPT_CONTEXT_ENTRY
H A DOhci.c239 @param IsSlowDevice Indicates whether the target device is slow device
273 IN BOOLEAN IsSlowDevice,
319 (IsSlowDevice && MaxPacketLength != 8) ||
365 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice);
874 @param IsSlowDevice Indicates whether the target device is slow device
919 IN BOOLEAN IsSlowDevice,
1018 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice);
1110 Entry->IsSlowDevice = IsSlowDevice;
1168 @param IsSlowDevice Indicate
270 OhciControlTransfer( IN EFI_USB_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN BOOLEAN IsSlowDevice, IN UINT8 MaxPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data OPTIONAL, IN OUT UINTN *DataLength OPTIONAL, IN UINTN TimeOut, OUT UINT32 *TransferResult ) argument
915 OhciInterruptTransfer( IN USB_OHCI_HC_DEV *Ohc, IN UINT8 DeviceAddress, IN UINT8 EndPointAddress, IN BOOLEAN IsSlowDevice, IN UINT8 MaxPacketLength, IN BOOLEAN IsNewTransfer, IN OUT UINT8 *DataToggle OPTIONAL, IN UINTN PollingInterval OPTIONAL, IN VOID *UCBuffer OPTIONAL, IN UINTN DataLength OPTIONAL, IN EFI_ASYNC_USB_TRANSFER_CALLBACK CallBackFunction OPTIONAL, IN VOID *Context OPTIONAL, IN BOOLEAN IsPeriodic OPTIONAL, OUT ED_DESCRIPTOR **OutputED OPTIONAL, OUT TD_DESCRIPTOR **OutputTD OPTIONAL ) argument
1206 OhciAsyncInterruptTransfer( IN EFI_USB_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 EndPointAddress, IN BOOLEAN IsSlowDevice, IN UINT8 MaxPacketLength, IN BOOLEAN IsNewTransfer, IN OUT UINT8 *DataToggle OPTIONAL, IN UINTN PollingInterval OPTIONAL, IN UINTN DataLength OPTIONAL, IN EFI_ASYNC_USB_TRANSFER_CALLBACK CallBackFunction OPTIONAL, IN VOID *Context OPTIONAL ) argument
1306 OhciSyncInterruptTransfer( IN EFI_USB_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 EndPointAddress, IN BOOLEAN IsSlowDevice, IN UINT8 MaxPacketLength, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN OUT UINT8 *DataToggle, IN UINTN TimeOut, OUT UINT32 *TransferResult ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c646 BOOLEAN IsSlowDevice; local
656 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DeviceSpeed) ? TRUE : FALSE);
665 if (IsSlowDevice && (MaximumPacketLength != 8)) {
727 IsSlowDevice
741 Status = UhciExecuteTransfer (Uhc, Uhc->CtrlQh, TDs, TimeOut, IsSlowDevice, &QhResult);
956 BOOLEAN IsSlowDevice; local
971 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DeviceSpeed) ? TRUE : FALSE);
1046 IsSlowDevice
1071 IsSlowDevice
1143 BOOLEAN IsSlowDevice; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c305 BOOLEAN IsSlowDevice; local
323 IsSlowDevice = (BOOLEAN)(EFI_USB_SPEED_LOW == DevSpeed);
327 IsSlowDevice,
454 BOOLEAN IsSlowDevice; local
472 IsSlowDevice = (BOOLEAN)(EFI_USB_SPEED_LOW == DevSpeed);
478 IsSlowDevice,
530 BOOLEAN IsSlowDevice; local
547 IsSlowDevice = (BOOLEAN) ((EFI_USB_SPEED_LOW == DevSpeed) ? TRUE : FALSE);
552 IsSlowDevice,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
H A DUsbHostController.h78 IN BOOLEAN IsSlowDevice,
108 IN BOOLEAN IsSlowDevice,
124 IN BOOLEAN IsSlowDevice,

Completed in 97 milliseconds