/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
D | BotPeim.c | 72 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotRecoveryReset() 78 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress; in BotRecoveryReset() 141 (PeiBotDev->BulkOutEndpoint)->EndpointAddress, in BotCommandPhase() 206 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotDataPhase() 209 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress; in BotDataPhase() 282 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress; in BotStatusPhase()
|
D | PeiUsbLib.c | 215 IN UINT8 EndpointAddress in PeiUsbClearEndpointHalt() argument 241 if (EndpointDescriptor->EndpointAddress == EndpointAddress) { in PeiUsbClearEndpointHalt() 255 EndpointAddress in PeiUsbClearEndpointHalt()
|
D | PeiUsbLib.h | 204 IN UINT8 EndpointAddress
|
D | UsbBotPeim.c | 237 if ((EndpointDesc->EndpointAddress & 0x80) != 0) { in InitUsbBot()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
D | UsbMassBot.c | 92 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) && in UsbBotInit() 99 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) && in UsbBotInit() 192 UsbBot->BulkOutEndpoint->EndpointAddress, in UsbBotSendCommand() 267 Endpoint->EndpointAddress, in UsbBotDataTransfer() 277 UsbClearEndpointStall (UsbBot->UsbIo, Endpoint->EndpointAddress); in UsbBotDataTransfer() 329 Endpoint = UsbBot->BulkInEndpoint->EndpointAddress; in UsbBotGetStatus() 525 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkInEndpoint->EndpointAddress); in UsbBotResetDevice() 526 UsbClearEndpointStall (UsbBot->UsbIo, UsbBot->BulkOutEndpoint->EndpointAddress); in UsbBotResetDevice()
|
D | UsbMassCbi.c | 110 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) && in UsbCbiInit() 117 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) && in UsbCbiInit() 304 Endpoint->EndpointAddress, in UsbCbiDataTransfer() 337 UsbClearEndpointStall (UsbCbi->UsbIo, Endpoint->EndpointAddress); in UsbCbiDataTransfer() 382 Endpoint = UsbCbi->InterruptEndpoint->EndpointAddress; in UsbCbiGetStatus() 590 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkInEndpoint->EndpointAddress); in UsbCbiResetDevice() 591 UsbClearEndpointStall (UsbCbi->UsbIo, UsbCbi->BulkOutEndpoint->EndpointAddress); in UsbCbiResetDevice()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
D | UsbMouseAbsolutePointer.c | 313 EndpointAddr = UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress; in USBMouseAbsolutePointerDriverBindingStart() 445 UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress, in USBMouseAbsolutePointerDriverBindingStop() 768 EndpointAddr = UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress; in OnMouseInterruptComplete() 783 UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.EndpointAddress, in OnMouseInterruptComplete() 988 UsbMouseAbsolutePointerDev->IntEndpointDescriptor.EndpointAddress, in USBMouseRecoveryHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/ |
D | UsbMouse.c | 313 EndpointAddr = UsbMouseDevice->IntEndpointDescriptor.EndpointAddress; in USBMouseDriverBindingStart() 445 UsbMouseDevice->IntEndpointDescriptor.EndpointAddress, in USBMouseDriverBindingStop() 774 EndpointAddr = UsbMouseDevice->IntEndpointDescriptor.EndpointAddress; in OnMouseInterruptComplete() 789 UsbMouseDevice->IntEndpointDescriptor.EndpointAddress, in OnMouseInterruptComplete() 993 UsbMouseDev->IntEndpointDescriptor.EndpointAddress, in USBMouseRecoveryHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbHub.c | 615 EpDesc->EndpointAddress in UsbOnHubInterrupt() 624 EpDesc->EndpointAddress, in UsbOnHubInterrupt() 639 EpDesc->EndpointAddress, in UsbOnHubInterrupt() 717 if (USB_BIT_IS_SET (EpDesc->Desc.EndpointAddress, USB_ENDPOINT_DIR_IN) && in UsbHubInit() 803 EpDesc->Desc.EndpointAddress, in UsbHubInit() 1036 HubIf->HubEp->Desc.EndpointAddress, in UsbHubRelease()
|
D | UsbEnumer.c | 42 if (EpDesc->Desc.EndpointAddress == EpAddr) { in UsbGetEndpointDesc()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | UsbIoPeim.c | 75 if (EndpointDescriptor->EndpointAddress == Request->Index) { in PeiUsbControlTransfer() 188 if (EndpointDescriptor->EndpointAddress == DeviceEndpoint) { in PeiUsbBulkTransfer()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/ |
D | Isp1761UsbDxe.c | 324 ASSERT ((EPDesc->EndpointAddress & 0xF) == ((Index / 2) + 1)); in HandleSetConfiguration() 329 EndpointIndex = ((EPDesc->EndpointAddress & 0xF) << 1) | in HandleSetConfiguration() 330 ((EPDesc->EndpointAddress & BIT7) >> 7); in HandleSetConfiguration()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/ |
D | UsbDxeLib.c | 651 if (EndpointDescriptor.EndpointAddress == Endpoint) { in UsbClearEndpointHalt() 667 EndpointDescriptor.EndpointAddress, in UsbClearEndpointHalt()
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Usb.h | 164 UINT8 EndpointAddress; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | usb.h | 223 UINT8 EndpointAddress; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
D | EfiKey.c | 371 EndpointAddr = UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress; in USBKeyboardDriverBindingStart() 520 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress, in USBKeyboardDriverBindingStop()
|
D | KeyBoard.c | 1017 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress, in KeyboardHandler() 1028 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress, in KeyboardHandler() 1949 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress, in USBKeyboardRecoveryHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | XhciSched.c | 2599 EpAddr = (UINT8)(EpDesc->EndpointAddress & 0x0F); in XhcInitializeEndpointContext() 2600 Direction = (UINT8)((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcInitializeEndpointContext() 2762 EpAddr = (UINT8)(EpDesc->EndpointAddress & 0x0F); in XhcInitializeEndpointContext64() 2763 Direction = (UINT8)((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcInitializeEndpointContext64() 3304 EpAddr = (UINT8) (EpDesc->EndpointAddress & 0x0F); in XhcSetInterface() 3305 Direction = (UINT8) ((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcSetInterface() 3501 EpAddr = (UINT8) (EpDesc->EndpointAddress & 0x0F); in XhcSetInterface64() 3502 Direction = (UINT8) ((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcSetInterface64()
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
D | FtdiUsbSerialDriver.c | 147 Endpoint->EndpointAddress, in UsbSerialDataTransfer() 1859 if (EndpointDescriptor.EndpointAddress == FTDI_ENDPOINT_ADDRESS_OUT) { in UsbSerialDriverBindingStart() 1871 if (EndpointDescriptor.EndpointAddress == FTDI_ENDPOINT_ADDRESS_IN) { in UsbSerialDriverBindingStart()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhciSched.c | 1698 EpAddr = (UINT8) (EpDesc->EndpointAddress & 0x0F); in XhcPeiSetConfigCmd() 1699 Direction = (UINT8) ((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcPeiSetConfigCmd() 1900 EpAddr = (UINT8) (EpDesc->EndpointAddress & 0x0F); in XhcPeiSetConfigCmd64() 1901 Direction = (UINT8) ((EpDesc->EndpointAddress & 0x80) ? EfiUsbDataIn : EfiUsbDataOut); in XhcPeiSetConfigCmd64()
|