HomeSort by relevance Sort by last modified time
    Searched refs:EfiUsbDataIn (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
Hid.c 75 EfiUsbDataIn,
135 EfiUsbDataIn,
190 EfiUsbDataIn,
352 EfiUsbDataIn,
480 EfiUsbDataIn,
UsbDxeLib.c 75 EfiUsbDataIn,
192 EfiUsbDataIn,
299 EfiUsbDataIn,
583 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiAtapi.c 65 EfiUsbDataIn,
194 EfiUsbDataIn,
270 EfiUsbDataIn,
331 EfiUsbDataIn,
462 EfiUsbDataIn,
BotPeim.c 130 Cbw.Flags = (UINT8) ((Direction == EfiUsbDataIn) ? 0x80 : 0);
204 if (Direction == EfiUsbDataIn) {
365 case EfiUsbDataIn:
PeiUsbLib.c 60 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 398 if (Ep->Direction == EfiUsbDataIn) {
421 if (Ep->Direction == EfiUsbDataIn) {
433 if (Ep->Direction == EfiUsbDataIn) {
444 if (Ep->Direction == EfiUsbDataIn) {
580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
630 if (Ep->Direction == EfiUsbDataIn) {
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 332 Dcdb = (Urb->Direction == EfiUsbDataIn) ? 0x100 : 0x0;
389 if ((Urb->Result != EFI_USB_NOERROR) && (Urb->Direction == EfiUsbDataIn)) {
425 if (Urb->Direction == EfiUsbDataIn) {
476 if (Direction == EfiUsbDataIn) {
494 if (Direction == EfiUsbDataIn) {
568 if (Direction == EfiUsbDataIn) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.h 27 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
UsbHub.c 225 EfiUsbDataIn,
260 EfiUsbDataIn,
294 EfiUsbDataIn,
336 EfiUsbDataIn,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
HubPeim.c 59 EfiUsbDataIn,
189 EfiUsbDataIn,
315 EfiUsbDataIn,
357 EfiUsbDataIn,
PeiUsbLib.c 60 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 372 if (Ep->Direction == EfiUsbDataIn) {
395 if (Ep->Direction == EfiUsbDataIn) {
407 if (Ep->Direction == EfiUsbDataIn) {
417 if (Ep->Direction == EfiUsbDataIn) {
545 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
EhciSched.c 57 Ep.Direction = EfiUsbDataIn;
EhcPeim.c 1049 if ((TransferDirection != EfiUsbDataIn) &&
1098 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 59 EfiUsbDataIn,
366 EfiUsbDataIn,
437 EfiUsbDataIn,
509 EfiUsbDataIn,
581 EfiUsbDataIn,
826 EfiUsbDataIn,
976 EfiUsbDataIn,
    [all...]
UsbMassBot.c 176 Cbw.Flag = (UINT8) ((DataDir == EfiUsbDataIn) ? BIT7 : 0);
256 if (DataDir == EfiUsbDataIn) {
573 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.h 88 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
XhciSched.c 165 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
275 if (Urb->Ep.Direction == EfiUsbDataIn) {
304 if (Urb->Ep.Direction == EfiUsbDataIn) {
327 if (Urb->Ep.Direction == EfiUsbDataIn) {
921 if (Direction == EfiUsbDataIn) {
    [all...]
XhcPeim.c 538 if ((TransferDirection != EfiUsbDataIn) &&
627 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
687 ((Request->RequestType == USB_REQUEST_TYPE (EfiUsbDataIn, USB_REQ_TYPE_STANDARD, USB_TARGET_DEVICE)) ||
688 ((Request->RequestType == USB_REQUEST_TYPE (EfiUsbDataIn, USB_REQ_TYPE_CLASS, USB_TARGET_DEVICE))))) {
770 (Request->RequestType == USB_REQUEST_TYPE (EfiUsbDataIn, USB_REQ_TYPE_CLASS, USB_TARGET_OTHER))) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbIo.h 51 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 166 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
264 if (((UINT8) (Urb->Ep.Direction)) == EfiUsbDataIn) {
303 if (Urb->Ep.Direction == EfiUsbDataIn) {
332 if (Urb->Ep.Direction == EfiUsbDataIn) {
355 if (Urb->Ep.Direction == EfiUsbDataIn) {
    [all...]
Xhci.c 786 if ((TransferDirection != EfiUsbDataIn) &&
878 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
949 ((Request->RequestType == USB_REQUEST_TYPE (EfiUsbDataIn, USB_REQ_TYPE_STANDARD, USB_TARGET_DEVICE)) ||
950 ((Request->RequestType == USB_REQUEST_TYPE (EfiUsbDataIn, USB_REQ_TYPE_CLASS, USB_TARGET_DEVICE))))) {
    [all...]
Xhci.h 122 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 66 EfiUsbDataIn,
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 138 if (DataDir == EfiUsbDataIn) {
254 EfiUsbDataIn,
356 EfiUsbDataIn,
    [all...]

Completed in 456 milliseconds

1 2