Searched refs:TransferDirection (Results 1 - 19 of 19) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
H A DDwUsbHostDxe.c155 IN UINT32 TransferDirection,
173 DwOtgHcInit (DwHc, DWC2_HC_CHANNEL, DeviceAddress, EpAddress, TransferDirection, EpType, MaximumPacketLength);
191 if (TransferDirection)
198 if (!TransferDirection) {
217 if (TransferDirection) {
540 IN EFI_USB_DATA_DIRECTION TransferDirection,
559 if ((TransferDirection != EfiUsbDataIn) &&
560 (TransferDirection != EfiUsbDataOut) &&
561 (TransferDirection != EfiUsbNoData)) {
565 if ((TransferDirection
150 DwHcTransfer( IN DWUSB_OTGHC_DEV *DwHc, IN UINT8 DeviceAddress, IN UINTN MaximumPacketLength, IN OUT UINT32 *Pid, IN UINT32 TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINT32 EpAddress, IN UINT32 EpType, OUT UINT32 *TransferResult, IN BOOLEAN IgnoreAck ) argument
534 DwHcControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
654 UINT8 TransferDirection; local
712 UINT8 TransferDirection; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
H A DUsbHostController.h53 @param[in] TransferDirection Specifies the data direction for the transfer.
85 IN EFI_USB_DATA_DIRECTION TransferDirection,
H A DUsb2HostController.h53 @param[in] TransferDirection Specifies the data direction for the transfer.
90 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhcPeim.c29 @param TransferDirection Specifies the data direction for the data stage.
51 IN EFI_USB_DATA_DIRECTION TransferDirection,
84 if ((TransferDirection != EfiUsbDataOut && TransferDirection != EfiUsbDataIn &&
85 TransferDirection != EfiUsbNoData) ||
87 (TransferDirection == EfiUsbNoData && (*DataLength != 0 || Data != NULL)) ||
88 (TransferDirection != EfiUsbNoData && (*DataLength == 0 || Data == NULL)) ||
103 if (TransferDirection == EfiUsbDataIn) {
365 EFI_USB_DATA_DIRECTION TransferDirection; local
394 TransferDirection
44 OhciControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINT8 MaxPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, OUT UINT32 *TransferResult ) argument
1110 RedirectOhciControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINT8 MaxPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, OUT UINT32 *TransferResult ) argument
[all...]
H A DOhcPeim.h100 @param TransferDirection Specifies the data direction for the data stage.
122 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c996 @param TransferDirection Specifies the data direction for the data stage.
1021 IN EFI_USB_DATA_DIRECTION TransferDirection,
1041 if ((TransferDirection != EfiUsbDataIn) &&
1042 (TransferDirection != EfiUsbDataOut) &&
1043 (TransferDirection != EfiUsbNoData)) {
1047 if ((TransferDirection == EfiUsbNoData) &&
1052 if ((TransferDirection != EfiUsbNoData) &&
1090 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
1014 EhcControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhci.c246 @param TransferDirection Specifies the data direction for the transfer.
276 IN EFI_USB_DATA_DIRECTION TransferDirection,
314 if ((TransferDirection != EfiUsbDataOut && TransferDirection != EfiUsbDataIn &&
315 TransferDirection != EfiUsbNoData) ||
317 (TransferDirection == EfiUsbNoData && (*DataLength != 0 || Data != NULL)) ||
318 (TransferDirection != EfiUsbNoData && (*DataLength == 0 || Data == NULL)) ||
332 if (TransferDirection == EfiUsbDataIn) {
407 if (TransferDirection == EfiUsbDataIn) {
646 EFI_USB_DATA_DIRECTION TransferDirection; local
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
944 EFI_USB_DATA_DIRECTION TransferDirection; local
[all...]
H A DOhci.h172 @param TransferDirection Specifies the data direction for the transfer.
202 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
H A DXhcPeim.c474 @param TransferDirection Specifies the data direction for the data stage.
499 IN EFI_USB_DATA_DIRECTION TransferDirection,
532 if ((TransferDirection != EfiUsbDataIn) &&
533 (TransferDirection != EfiUsbDataOut) &&
534 (TransferDirection != EfiUsbNoData)) {
538 if ((TransferDirection == EfiUsbNoData) &&
543 if ((TransferDirection != EfiUsbNoData) &&
621 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
492 XhcPeiControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
H A DPL180Mci.c94 IN UINTN TransferDirection
104 MmioWrite32 (MCI_DATA_CTL_REG, MCI_DATACTL_ENABLE | MCI_DATACTL_DMA_ENABLE | TransferDirection | (MMCI0_POW2_BLOCKLEN << 4));
106 MmioWrite32 (MCI_DATA_CTL_REG, MCI_DATACTL_ENABLE | MCI_DATACTL_DMA_ENABLE | TransferDirection | MCI_DATACTL_STREAM_TRANS);
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DUsbHostController.h109 @param TransferDirection Specifies the data direction for the transfer. There are three
136 IN EFI_USB_DATA_DIRECTION TransferDirection,
H A DUsb2HostController.h231 @param TransferDirection Specifies the data direction for the transfer. There are three values
259 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c670 @param TransferDirection Specifies the data direction for the data stage
693 IN EFI_USB_DATA_DIRECTION TransferDirection,
714 if ((TransferDirection != EfiUsbDataIn) &&
715 (TransferDirection != EfiUsbDataOut) &&
716 (TransferDirection != EfiUsbNoData)) {
720 if ((TransferDirection == EfiUsbNoData) &&
725 if ((TransferDirection != EfiUsbNoData) &&
763 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
687 EhcControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c729 @param TransferDirection Specifies the data direction for the data stage
752 IN EFI_USB_DATA_DIRECTION TransferDirection,
786 if ((TransferDirection != EfiUsbDataIn) &&
787 (TransferDirection != EfiUsbDataOut) &&
788 (TransferDirection != EfiUsbNoData)) {
792 if ((TransferDirection == EfiUsbNoData) &&
797 if ((TransferDirection != EfiUsbNoData) &&
878 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
746 XhcControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN Timeout, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
H A DXhci.h485 @param TransferDirection Specifies the data direction for the data stage
508 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c152 @param TransferDirection Specifies the data direction for the data stage.
176 IN EFI_USB_DATA_DIRECTION TransferDirection,
245 switch (TransferDirection) {
441 EFI_USB_DATA_DIRECTION TransferDirection; local
499 TransferDirection = EfiUsbDataIn;
501 TransferDirection = EfiUsbDataOut;
504 switch (TransferDirection) {
169 UhcControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINT8 MaximumPacketLength, 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
H A DUhcPeim.h205 @param TransferDirection Specifies the data direction for the data stage.
227 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
H A DUsbHostController.h81 IN EFI_USB_DATA_DIRECTION TransferDirection,
273 IN EFI_USB_DATA_DIRECTION TransferDirection,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c606 @param TransferDirection Data direction of the Data stage in control transfer.
628 IN EFI_USB_DATA_DIRECTION TransferDirection,
675 if ((TransferDirection != EfiUsbNoData) && (Data == NULL || DataLength == NULL)) {
679 if (TransferDirection == EfiUsbNoData) {
710 Status = UhciMapUserData (Uhc, TransferDirection, Data, DataLength, &PktId, &DataPhy, &DataMap);
622 Uhci2ControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument

Completed in 166 milliseconds