HomeSort by relevance Sort by last modified time
    Searched refs:EndPointAddress (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbHostController.h 149 @param EndPointAddress The combination of an endpoint number and an endpoint
153 caller's responsibility to make sure that the EndPointAddress
179 IN UINT8 EndPointAddress,
194 @param EndPointAddress The combination of an endpoint number and an endpoint
199 EndPointAddress represents an interrupt endpoint.
235 IN UINT8 EndPointAddress,
252 @param EndPointAddress The combination of an endpoint number and an endpoint
257 EndPointAddress represents an interrupt endpoint.
287 IN UINT8 EndPointAddress,
303 @param EndPointAddress The combination of an endpoint number and an endpoint
    [all...]
Usb2HostController.h 274 @param EndPointAddress The combination of an endpoint number and an endpoint direction of the
303 IN UINT8 EndPointAddress,
321 @param EndPointAddress The combination of an endpoint number and an endpoint direction of the
352 IN UINT8 EndPointAddress,
370 @param EndPointAddress The combination of an endpoint number and an endpoint direction of the
399 IN UINT8 EndPointAddress,
417 The target endpoint is specified by DeviceAddressand EndpointAddress. Isochronous transfers are
448 @param EndPointAddress The combination of an endpoint number and an endpoint direction of the
475 IN UINT8 EndPointAddress,
495 The target endpoint is specified by DeviceAddressand EndpointAddress. Isochronous transfers
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciSched.h 31 UINT8 EndPointAddress;
93 @Param EndPointAddress Item to free must match this end point address
103 IN UINT8 EndPointAddress,
Ohci.h 215 @param EndPointAddress The combination of an endpoint number and an
221 the EndPointAddress represents a bulk endpoint.
253 IN UINT8 EndPointAddress,
268 @param EndPointAddress The combination of an endpoint number and an endpoint
273 the EndPointAddress represents an interrupt endpoint.
318 IN UINT8 EndPointAddress,
339 @param EndPointAddress The combination of an endpoint number and an endpoint
344 the EndPointAddress represents an interrupt endpoint.
386 IN UINT8 EndPointAddress,
404 @param EndPointAddress The combination of an endpoint number and an endpoint
    [all...]
OhciSched.c 99 @Param EndPointAddress Item to free must match this end point address
109 IN UINT8 EndPointAddress,
122 Ohc->InterruptContextList->EndPointAddress == EndPointAddress) {
138 Entry->NextEntry->EndPointAddress == EndPointAddress) {
Ohci.c 590 @param EndPointAddress The combination of an endpoint number and an
596 the EndPointAddress represents a bulk endpoint.
628 IN UINT8 EndPointAddress,
672 if ((EndPointAddress & 0x80) != 0) {
680 EndPointNum = (EndPointAddress & 0xF);
862 @param EndPointAddress The combination of an endpoint number and an endpoint
867 the EndPointAddress represents an interrupt endpoint.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
UsbHostController.h 93 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,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 528 @param EndPointAddress Endpoint number and its direction in bit 7.
558 IN UINT8 EndPointAddress,
576 @param EndPointAddress Endpoint number and its direction encoded in bit 7
604 IN UINT8 EndPointAddress,
622 @param EndPointAddress Endpoint number and its direction encoded in bit 7
648 IN UINT8 EndPointAddress,
664 @param EndPointAddress End point address with its direction.
685 IN UINT8 EndPointAddress,
700 @param EndPointAddress End point address with its direction.
723 IN UINT8 EndPointAddress,
    [all...]
Xhci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 769 @param EndPointAddress Endpoint number and direction.
793 IN UINT8 EndPointAddress,
856 if ((EndPointAddress & 0x80) != 0) {
872 EndPointAddress,
920 @param EndPointAddress Endpoint number and direction.
943 IN UINT8 EndPointAddress,
973 if ((EndPointAddress & 0x80) == 0) {
982 Status = UhciRemoveAsyncReq (Uhc, DeviceAddress, EndPointAddress, DataToggle);
1010 if ((EndPointAddress & 0x80) == 0) {
1039 EndPointAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbHostController.h 100 @param[in] EndPointAddress The combination of an endpoint number and
130 IN UINT8 EndPointAddress,
Usb2HostController.h 106 @param[in] EndPointAddress The combination of an endpoint number and
142 IN UINT8 EndPointAddress,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.h 134 @param EndPointAddress Endpoint number and its direction in bit 7.
161 IN UINT8 EndPointAddress,
OhcPeim.c 319 @param EndPointAddress Endpoint number and its direction in bit 7.
346 IN UINT8 EndPointAddress,
387 if ((EndPointAddress & 0x80) != 0) {
393 EndPointNum = (EndPointAddress & 0xF);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 823 @param EndPointAddress Endpoint number and its direction in bit 7.
853 IN UINT8 EndPointAddress,
910 EndPointAddress,
964 @param EndPointAddress Endpoint number and its direction encoded in bit 7
992 IN UINT8 EndPointAddress,
1013 if (!EHCI_IS_DATAIN (EndPointAddress)) {
1039 Status = EhciDelAsyncIntTransfer (Ehc, DeviceAddress, EndPointAddress, DataToggle);
1069 EndPointAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 530 @param EndPointAddress Endpoint number and its direction in bit 7.
562 IN UINT8 EndPointAddress,
613 EndPointAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c 385 @param EndPointAddress Endpoint number and its direction in bit 7.
414 IN UINT8 EndPointAddress,
498 if ((EndPointAddress & 0x80) != 0) {
542 EndPointAddress,
    [all...]
UhcPeim.h 240 @param EndPointAddress Endpoint number and its direction in bit 7.
267 IN UINT8 EndPointAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 865 @param EndPointAddress Endpoint number and its direction in bit 7.
897 IN UINT8 EndPointAddress,
958 EndPointAddress,
    [all...]

Completed in 336 milliseconds