Home
last modified time | relevance | path

Searched refs:EndpointIndex (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbIoPeim.c56 UINT8 EndpointIndex; in PeiUsbControlTransfer() local
61 EndpointIndex = 0; in PeiUsbControlTransfer()
69 while (EndpointIndex < MAX_ENDPOINT) { in PeiUsbControlTransfer()
70 Status = PeiUsbGetEndpointDescriptor (PeiServices, This, EndpointIndex, &EndpointDescriptor); in PeiUsbControlTransfer()
79 EndpointIndex++; in PeiUsbControlTransfer()
82 if (EndpointIndex == MAX_ENDPOINT) { in PeiUsbControlTransfer()
124 if ((PeiUsbDev->DataToggle & (1 << EndpointIndex)) != 0) { in PeiUsbControlTransfer()
125 PeiUsbDev->DataToggle = (UINT16) (PeiUsbDev->DataToggle ^ (1 << EndpointIndex)); in PeiUsbControlTransfer()
172 UINT8 EndpointIndex; in PeiUsbBulkTransfer() local
178 EndpointIndex = 0; in PeiUsbBulkTransfer()
[all …]
DUsbPeim.c226 UINTN EndpointIndex; in PeiHubEnumeration() local
382 …for (EndpointIndex = 0; EndpointIndex < NewPeiUsbDevice->InterfaceDesc->NumEndpoints; EndpointInde… in PeiHubEnumeration()
383 …NewPeiUsbDevice->EndpointDesc[EndpointIndex] = NewPeiUsbDevice->EndpointDescList[InterfaceIndex][E… in PeiHubEnumeration()
435 UINTN EndpointIndex; in PeiUsbEnumeration() local
623 …for (EndpointIndex = 0; EndpointIndex < PeiUsbDevice->InterfaceDesc->NumEndpoints; EndpointIndex++… in PeiUsbEnumeration()
624 …PeiUsbDevice->EndpointDesc[EndpointIndex] = PeiUsbDevice->EndpointDescList[InterfaceIndex][Endpoin… in PeiUsbEnumeration()
DUsbPeim.h213 IN UINT8 EndpointIndex,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiUsbLib.c221 UINT8 EndpointIndex; in PeiUsbClearEndpointHalt() local
235 for (EndpointIndex = 0; EndpointIndex < InterfaceDesc->NumEndpoints; EndpointIndex++) { in PeiUsbClearEndpointHalt()
236 …Status = UsbIoPpi->UsbGetEndpointDescriptor (PeiServices, UsbIoPpi, EndpointIndex, &EndpointDescri… in PeiUsbClearEndpointHalt()
246 if (EndpointIndex == InterfaceDesc->NumEndpoints) { in PeiUsbClearEndpointHalt()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbFunctionIo.h147 UINT8 EndpointIndex; member
332 IN UINT8 EndpointIndex,
359 IN UINT8 EndpointIndex,
388 IN UINT8 EndpointIndex,
471 IN UINT8 EndpointIndex,
612 IN UINT8 EndpointIndex,
648 IN UINT8 EndpointIndex,
DUsbIo.h424 IN UINT8 EndpointIndex,
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DUsbDevice.h55 IN UINT8 EndpointIndex
73 IN UINT8 EndpointIndex,
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.c314 UINT8 EndpointIndex; in HandleSetConfiguration() local
329 EndpointIndex = ((EPDesc->EndpointAddress & 0xF) << 1) | in HandleSetConfiguration()
331 SelectEndpoint (EndpointIndex); in HandleSetConfiguration()
485 IN UINT8 EndpointIndex, in Isp1761PeriphSend() argument
491 (EndpointIndex << 1) | 0x1, //Convert to ISP1761 endpoint index, Tx in Isp1761PeriphSend()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
DUsbIo.h158 IN UINT8 EndpointIndex,
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/
DFastbootTransportUsb.c155 IN UINT8 EndpointIndex in DataSent() argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/
DUsbIo.h152 IN UINT8 EndpointIndex,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c546 IN UINT8 EndpointIndex, in DwUsbSend() argument
551 ep_tx(EndpointIndex, Buffer, Size); in DwUsbSend()