Home
last modified time | relevance | path

Searched refs:EndPointAddress (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
DUsbHostController.h93 IN UINT8 EndPointAddress,
107 IN UINT8 EndPointAddress,
123 IN UINT8 EndPointAddress,
138 IN UINT8 EndPointAddress,
150 IN UINT8 EndPointAddress,
288 IN UINT8 EndPointAddress,
305 IN UINT8 EndPointAddress,
322 IN UINT8 EndPointAddress,
341 IN UINT8 EndPointAddress,
356 IN UINT8 EndPointAddress,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbHostController.h179 IN UINT8 EndPointAddress,
235 IN UINT8 EndPointAddress,
287 IN UINT8 EndPointAddress,
330 IN UINT8 EndPointAddress,
373 IN UINT8 EndPointAddress,
DUsb2HostController.h303 IN UINT8 EndPointAddress,
352 IN UINT8 EndPointAddress,
399 IN UINT8 EndPointAddress,
475 IN UINT8 EndPointAddress,
550 IN UINT8 EndPointAddress,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.h253 IN UINT8 EndPointAddress,
318 IN UINT8 EndPointAddress,
386 IN UINT8 EndPointAddress,
440 IN UINT8 EndPointAddress,
478 IN UINT8 EndPointAddress,
510 IN UINT8 EndPointAddress,
DOhciSched.c109 IN UINT8 EndPointAddress, in OhciFreeInterruptContext() argument
122 Ohc->InterruptContextList->EndPointAddress == EndPointAddress) { in OhciFreeInterruptContext()
138 Entry->NextEntry->EndPointAddress == EndPointAddress) { in OhciFreeInterruptContext()
DOhciSched.h31 UINT8 EndPointAddress; member
103 IN UINT8 EndPointAddress,
DOhci.c628 IN UINT8 EndPointAddress, in OhciBulkTransfer() argument
672 if ((EndPointAddress & 0x80) != 0) { in OhciBulkTransfer()
680 EndPointNum = (EndPointAddress & 0xF); in OhciBulkTransfer()
912 IN UINT8 EndPointAddress, in OhciInterruptTransfer() argument
954 if ((EndPointAddress & 0x80) != 0) { in OhciInterruptTransfer()
962 EndPointNum = (EndPointAddress & 0xF); in OhciInterruptTransfer()
967 OhciFreeInterruptContext (Ohc, DeviceAddress, EndPointAddress, DataToggle); in OhciInterruptTransfer()
1098 Entry->EndPointAddress = EndPointAddress; in OhciInterruptTransfer()
1200 IN UINT8 EndPointAddress, in OhciAsyncInterruptTransfer() argument
1215 if (DataToggle == NULL || (EndPointAddress & 0x80) == 0 || in OhciAsyncInterruptTransfer()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.h558 IN UINT8 EndPointAddress,
604 IN UINT8 EndPointAddress,
648 IN UINT8 EndPointAddress,
685 IN UINT8 EndPointAddress,
723 IN UINT8 EndPointAddress,
DXhci.c1168 IN UINT8 EndPointAddress, in XhcBulkTransfer() argument
1233 EndPointAddress, in XhcBulkTransfer()
1322 IN UINT8 EndPointAddress, in XhcAsyncInterruptTransfer() argument
1345 if (!XHCI_IS_DATAIN (EndPointAddress)) { in XhcAsyncInterruptTransfer()
1385 Status = XhciDelAsyncIntTransfer (Xhc, DeviceAddress, EndPointAddress); in XhcAsyncInterruptTransfer()
1417 EndPointAddress, in XhcAsyncInterruptTransfer()
1481 IN UINT8 EndPointAddress, in XhcSyncInterruptTransfer() argument
1540 EndPointAddress, in XhcSyncInterruptTransfer()
1621 IN UINT8 EndPointAddress, in XhcIsochronousTransfer() argument
1663 IN UINT8 EndPointAddress, in XhcAsyncIsochronousTransfer() argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c793 IN UINT8 EndPointAddress, in Uhci2BulkTransfer() argument
856 if ((EndPointAddress & 0x80) != 0) { in Uhci2BulkTransfer()
872 EndPointAddress, in Uhci2BulkTransfer()
943 IN UINT8 EndPointAddress, in Uhci2AsyncInterruptTransfer() argument
973 if ((EndPointAddress & 0x80) == 0) { in Uhci2AsyncInterruptTransfer()
982 Status = UhciRemoveAsyncReq (Uhc, DeviceAddress, EndPointAddress, DataToggle); in Uhci2AsyncInterruptTransfer()
1010 if ((EndPointAddress & 0x80) == 0) { in Uhci2AsyncInterruptTransfer()
1039 EndPointAddress, in Uhci2AsyncInterruptTransfer()
1065 EndPointAddress, in Uhci2AsyncInterruptTransfer()
1124 IN UINT8 EndPointAddress, in Uhci2SyncInterruptTransfer() argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c853 IN UINT8 EndPointAddress, in EhcBulkTransfer() argument
910 EndPointAddress, in EhcBulkTransfer()
992 IN UINT8 EndPointAddress, in EhcAsyncInterruptTransfer() argument
1013 if (!EHCI_IS_DATAIN (EndPointAddress)) { in EhcAsyncInterruptTransfer()
1039 Status = EhciDelAsyncIntTransfer (Ehc, DeviceAddress, EndPointAddress, DataToggle); in EhcAsyncInterruptTransfer()
1069 EndPointAddress, in EhcAsyncInterruptTransfer()
1138 IN UINT8 EndPointAddress, in EhcSyncInterruptTransfer() argument
1190 EndPointAddress, in EhcSyncInterruptTransfer()
1261 IN UINT8 EndPointAddress, in EhcIsochronousTransfer() argument
1303 IN UINT8 EndPointAddress, in EhcAsyncIsochronousTransfer() argument
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
DUsb2HostController.h142 IN UINT8 EndPointAddress,
DUsbHostController.h130 IN UINT8 EndPointAddress,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.h161 IN UINT8 EndPointAddress,
DOhcPeim.c346 IN UINT8 EndPointAddress, in OhciBulkTransfer() argument
387 if ((EndPointAddress & 0x80) != 0) { in OhciBulkTransfer()
393 EndPointNum = (EndPointAddress & 0xF); in OhciBulkTransfer()
1217 IN UINT8 EndPointAddress, in RedirectOhciBulkTransfer() argument
1256 EndPointAddress, in RedirectOhciBulkTransfer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c562 IN UINT8 EndPointAddress, in EhcBulkTransfer() argument
613 EndPointAddress, in EhcBulkTransfer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c414 IN UINT8 EndPointAddress, in UhcBulkTransfer() argument
498 if ((EndPointAddress & 0x80) != 0) { in UhcBulkTransfer()
542 EndPointAddress, in UhcBulkTransfer()
DUhcPeim.h267 IN UINT8 EndPointAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c897 IN UINT8 EndPointAddress, in XhcPeiBulkTransfer() argument
958 EndPointAddress, in XhcPeiBulkTransfer()