Home | History | Annotate | Download | only in XhciDxe

Lines Matching refs:TransferDirection

729   @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));