Searched refs:EndpointIndex (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/ |
H A D | UsbIoPeim.c | 126 UINT8 EndpointIndex; local 132 EndpointIndex = 0; 136 while (EndpointIndex < MAX_ENDPOINT) { 137 Status = PeiUsbGetEndpointDescriptor (PeiServices, This, EndpointIndex, &EndpointDescriptor); 146 EndpointIndex++; 149 if (EndpointIndex == MAX_ENDPOINT) { 153 MaxPacketLength = PeiUsbDev->EndpointDesc[EndpointIndex]->MaxPacketSize; 154 if ((PeiUsbDev->DataToggle & (1 << EndpointIndex)) != 0) { 193 PeiUsbDev->DataToggle = (UINT8) (PeiUsbDev->DataToggle ^ (1 << EndpointIndex)); 229 @param EndpointIndex Th 238 PeiUsbGetEndpointDescriptor( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *This, IN UINT8 EndpointIndex, OUT EFI_USB_ENDPOINT_DESCRIPTOR **EndpointDescriptor ) argument [all...] |
H A D | PeiUsbLib.c | 221 UINT8 EndpointIndex; local 223 EndpointIndex = 0; 226 while (EndpointIndex < MAX_ENDPOINT) { 227 Status = UsbIoPpi->UsbGetEndpointDescriptor (PeiServices, UsbIoPpi, EndpointIndex, &EndpointDescriptor); 236 EndpointIndex++; 239 if (EndpointIndex == MAX_ENDPOINT) { 254 if ((PeiUsbDev->DataToggle & (1 << EndpointIndex)) != 0) { 255 PeiUsbDev->DataToggle = (UINT8) (PeiUsbDev->DataToggle ^ (1 << EndpointIndex));
|
H A D | UsbPeim.h | 151 @param EndpointIndex The valid index of the specified endpoint. 163 IN UINT8 EndpointIndex,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/ |
H A D | PeiUsbLib.c | 221 UINT8 EndpointIndex; local 223 EndpointIndex = 0; 226 while (EndpointIndex < MAX_ENDPOINT) { 227 Status = UsbIoPpi->UsbGetEndpointDescriptor (PeiServices, UsbIoPpi, EndpointIndex, &EndpointDescriptor); 236 EndpointIndex++; 239 if (EndpointIndex == MAX_ENDPOINT) { 254 if ((PeiUsbDev->DataToggle & (1 << EndpointIndex)) != 0) { 255 PeiUsbDev->DataToggle = (UINT8) (PeiUsbDev->DataToggle ^ (1 << EndpointIndex));
|
H A D | UsbPeim.h | 146 @param EndpointIndex The valid index of the specified endpoint. 158 IN UINT8 EndpointIndex,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/ |
H A D | UsbIo.h | 152 IN UINT8 EndpointIndex,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | UsbIo.h | 410 @param EndpointIndex Indicates which endpoint descriptor to retrieve. 424 IN UINT8 EndpointIndex,
|
Completed in 899 milliseconds