Lines Matching refs:Direction
332 Dcdb = (Urb->Direction == EfiUsbDataIn) ? 0x100 : 0x0;
389 if ((Urb->Result != EFI_USB_NOERROR) && (Urb->Direction == EfiUsbDataIn)) {
425 if (Urb->Direction == EfiUsbDataIn) {
457 @param Direction The direction of data flow.
467 IN EFI_USB_DATA_DIRECTION Direction,
476 if (Direction == EfiUsbDataIn) {
485 Urb->Direction = Direction;
494 if (Direction == EfiUsbDataIn) {
518 @param Direction The direction of data transfer.
536 IN EFI_USB_DATA_DIRECTION Direction,
556 Urb = XhcCreateUrb (Handle, Direction, Data, *DataLength);
568 if (Direction == EfiUsbDataIn) {