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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiUsbLib.c 204 @param EndpointAddress The endpoint address.
215 IN UINT8 EndpointAddress
241 if (EndpointDescriptor->EndpointAddress == EndpointAddress) {
255 EndpointAddress
BotPeim.c 72 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress;
78 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress;
141 (PeiBotDev->BulkOutEndpoint)->EndpointAddress,
206 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress;
209 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress;
282 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress;
PeiUsbLib.h 193 @param EndpointAddress The endpoint address.
204 IN UINT8 EndpointAddress
UsbBotPeim.c 237 if ((EndpointDesc->EndpointAddress & 0x80) != 0) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBot.c 92 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) &&
99 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) &&
192 UsbBot->BulkOutEndpoint->EndpointAddress,
267 Endpoint->EndpointAddress,
277 UsbClearEndpointStall (UsbBot->UsbIo, Endpoint->EndpointAddress);
329 Endpoint = UsbBot->BulkInEndpoint->EndpointAddress;
525 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkInEndpoint->EndpointAddress);
526 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkOutEndpoint->EndpointAddress);
UsbMassCbi.c 110 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) &&
117 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) &&
304 Endpoint->EndpointAddress,
337 UsbClearEndpointStall (UsbCbi->UsbIo, Endpoint->EndpointAddress);
382 Endpoint = UsbCbi->InterruptEndpoint->EndpointAddress;
590 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkInEndpoint->EndpointAddress);
591 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkOutEndpoint->EndpointAddress);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.c 615 EpDesc->EndpointAddress
624 EpDesc->EndpointAddress,
639 EpDesc->EndpointAddress,
717 if (USB_BIT_IS_SET (EpDesc->Desc.EndpointAddress, USB_ENDPOINT_DIR_IN) &&
803 EpDesc->Desc.EndpointAddress,
1027 HubIf->HubEp->Desc.EndpointAddress,
    [all...]
UsbEnumer.c 42 if (EpDesc->Desc.EndpointAddress == EpAddr) {
  /external/libusb/libusb/os/
windows_usbdk.h 66 ULONG64 EndpointAddress;
windows_usbdk.c 610 transfer_priv->request.EndpointAddress = transfer->endpoint;
669 transfer_priv->request.EndpointAddress = transfer->endpoint;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbIoPeim.c 75 if (EndpointDescriptor->EndpointAddress == Request->Index) {
188 if (EndpointDescriptor->EndpointAddress == DeviceEndpoint) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 313 EndpointAddr = UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress;
445 UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress,
776 EndpointAddr = UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress;
791 UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress,
1012 UsbMouseAbsolutePointerDev->IntEndpointDescriptor.EndpointAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 313 EndpointAddr = UsbMouseDevice->IntEndpointDescriptor.EndpointAddress;
445 UsbMouseDevice->IntEndpointDescriptor.EndpointAddress,
774 EndpointAddr = UsbMouseDevice->IntEndpointDescriptor.EndpointAddress;
789 UsbMouseDevice->IntEndpointDescriptor.EndpointAddress,
993 UsbMouseDev->IntEndpointDescriptor.EndpointAddress,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
Isp1761UsbDxe.c 324 ASSERT ((EPDesc->EndpointAddress & 0xF) == ((Index / 2) + 1));
329 EndpointIndex = ((EPDesc->EndpointAddress & 0xF) << 1) |
330 ((EPDesc->EndpointAddress & BIT7) >> 7);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UsbDxeLib.c 651 if (EndpointDescriptor.EndpointAddress == Endpoint) {
667 EndpointDescriptor.EndpointAddress,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 223 UINT8 EndpointAddress;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 164 UINT8 EndpointAddress;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c 382 EndpointAddr = UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress;
534 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 147 Endpoint->EndpointAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c     [all...]

Completed in 1052 milliseconds