Searched refs:EndpointIndex (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | UsbIoPeim.c | 56 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 …]
|
D | UsbPeim.c | 226 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()
|
D | UsbPeim.h | 213 IN UINT8 EndpointIndex,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
D | PeiUsbLib.c | 221 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/ |
D | UsbFunctionIo.h | 147 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,
|
D | UsbIo.h | 424 IN UINT8 EndpointIndex,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
D | UsbDevice.h | 55 IN UINT8 EndpointIndex 73 IN UINT8 EndpointIndex,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/ |
D | Isp1761UsbDxe.c | 314 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/ |
D | UsbIo.h | 158 IN UINT8 EndpointIndex,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/ |
D | FastbootTransportUsb.c | 155 IN UINT8 EndpointIndex in DataSent() argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/ |
D | UsbIo.h | 152 IN UINT8 EndpointIndex,
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
D | DwUsbDxe.c | 587 IN UINT8 EndpointIndex, in DwUsbSend() argument 592 EpTx (EndpointIndex, Buffer, Size); in DwUsbSend()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/ |
D | DwUsb3Dxe.c | 2311 IN UINT8 EndpointIndex, in DwUsb3Send() argument
|