Home | History | Annotate | Download | only in EhciPei

Lines Matching refs:TransferDirection

1004   @param  TransferDirection      Specifies the data direction for the data stage.

1029 IN EFI_USB_DATA_DIRECTION TransferDirection,
1049 if ((TransferDirection != EfiUsbDataIn) &&
1050 (TransferDirection != EfiUsbDataOut) &&
1051 (TransferDirection != EfiUsbNoData)) {
1055 if ((TransferDirection == EfiUsbNoData) &&
1060 if ((TransferDirection != EfiUsbNoData) &&
1098 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));