Home | History | Annotate | Download | only in UhciDxe

Lines Matching refs:TransferDirection

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