Searched defs:DeviceEndpoint (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbIoPeim.c138 @param DeviceEndpoint Endpoint number and its direction in bit 7.
159 IN UINT8 DeviceEndpoint,
188 if (EndpointDescriptor->EndpointAddress == DeviceEndpoint) {
213 DeviceEndpoint,
228 DeviceEndpoint,
156 PeiUsbBulkTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *This, IN UINT8 DeviceEndpoint, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN Timeout ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c456 @param DeviceEndpoint The device endpoint.
468 IN UINT8 DeviceEndpoint,
482 @param DeviceEndpoint The device endpoint.
496 IN UINT8 DeviceEndpoint,
466 UsbIoIsochronousTransfer( IN EFI_USB_IO_PROTOCOL *This, IN UINT8 DeviceEndpoint, IN OUT VOID *Data, IN UINTN DataLength, OUT UINT32 *Status ) argument
494 UsbIoAsyncIsochronousTransfer( IN EFI_USB_IO_PROTOCOL *This, IN UINT8 DeviceEndpoint, IN OUT VOID *Data, IN UINTN DataLength, IN EFI_ASYNC_USB_TRANSFER_CALLBACK IsochronousCallBack, IN VOID *Context OPTIONAL ) argument

Completed in 19 milliseconds