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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbIoPeim.c94 @param DeviceEndpoint Endpoint number and its direction in bit 7.
113 IN UINT8 DeviceEndpoint,
142 if (EndpointDescriptor->EndpointAddress == DeviceEndpoint) {
167 DeviceEndpoint,
182 DeviceEndpoint,
110 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
/vbox/src/VBox/Devices/EFI/Firmware/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 54 milliseconds