Searched defs:TransferDirection (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c971 @param TransferDirection Specifies the data direction for the data stage.
994 IN EFI_USB_DATA_DIRECTION TransferDirection,
1014 if ((TransferDirection != EfiUsbDataIn) &&
1015 (TransferDirection != EfiUsbDataOut) &&
1016 (TransferDirection != EfiUsbNoData)) {
1020 if ((TransferDirection == EfiUsbNoData) &&
1025 if ((TransferDirection != EfiUsbNoData) &&
1063 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
987 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c657 @param TransferDirection Specifies the data direction for the data stage
680 IN EFI_USB_DATA_DIRECTION TransferDirection,
701 if ((TransferDirection != EfiUsbDataIn) &&
702 (TransferDirection != EfiUsbDataOut) &&
703 (TransferDirection != EfiUsbNoData)) {
707 if ((TransferDirection == EfiUsbNoData) &&
712 if ((TransferDirection != EfiUsbNoData) &&
750 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
674 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c595 @param TransferDirection Data direction of the Data stage in control transfer.
617 IN EFI_USB_DATA_DIRECTION TransferDirection,
664 if ((TransferDirection != EfiUsbNoData) && (Data == NULL || DataLength == NULL)) {
668 if (TransferDirection == EfiUsbNoData) {
699 Status = UhciMapUserData (Uhc, TransferDirection, Data, DataLength, &PktId, &DataPhy, &DataMap);
611 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c703 @param TransferDirection Specifies the data direction for the data stage
726 IN EFI_USB_DATA_DIRECTION TransferDirection,
758 if ((TransferDirection != EfiUsbDataIn) &&
759 (TransferDirection != EfiUsbDataOut) &&
760 (TransferDirection != EfiUsbNoData)) {
764 if ((TransferDirection == EfiUsbNoData) &&
769 if ((TransferDirection != EfiUsbNoData) &&
858 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
720 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c152 @param TransferDirection Specifies the data direction for the data stage.
174 IN EFI_USB_DATA_DIRECTION TransferDirection,
243 switch (TransferDirection) {
437 EFI_USB_DATA_DIRECTION TransferDirection; local
495 TransferDirection = EfiUsbDataIn;
497 TransferDirection = EfiUsbDataOut;
500 switch (TransferDirection) {
167 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

Completed in 64 milliseconds