Home
last modified time | relevance | path

Searched refs:EndpointAddress (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DBotPeim.c72 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()
DPeiUsbLib.c215 IN UINT8 EndpointAddress in PeiUsbClearEndpointHalt() argument
241 if (EndpointDescriptor->EndpointAddress == EndpointAddress) { in PeiUsbClearEndpointHalt()
255 EndpointAddress in PeiUsbClearEndpointHalt()
DPeiUsbLib.h204 IN UINT8 EndpointAddress
DUsbBotPeim.c237 if ((EndpointDesc->EndpointAddress & 0x80) != 0) { in InitUsbBot()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c92 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()
DUsbMassCbi.c110 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/
DUsbMouseAbsolutePointer.c313 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/
DUsbMouse.c313 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/
DUsbHub.c615 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()
DUsbEnumer.c42 if (EpDesc->Desc.EndpointAddress == EpAddr) { in UsbGetEndpointDesc()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbIoPeim.c75 if (EndpointDescriptor->EndpointAddress == Request->Index) { in PeiUsbControlTransfer()
188 if (EndpointDescriptor->EndpointAddress == DeviceEndpoint) { in PeiUsbBulkTransfer()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.c324 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/
DUsbDxeLib.c651 if (EndpointDescriptor.EndpointAddress == Endpoint) { in UsbClearEndpointHalt()
667 EndpointDescriptor.EndpointAddress, in UsbClearEndpointHalt()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUsb.h164 UINT8 EndpointAddress; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h223 UINT8 EndpointAddress; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c371 EndpointAddr = UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress; in USBKeyboardDriverBindingStart()
520 UsbKeyboardDevice->IntEndpointDescriptor.EndpointAddress, in USBKeyboardDriverBindingStop()
DKeyBoard.c1017 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/
DXhciSched.c2599 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/
DFtdiUsbSerialDriver.c147 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/
DXhciSched.c1698 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()