Home | History | Annotate | Download | only in Protocol

Lines Matching full:isochronous

298   Submits isochronous transfer to an isochronous endpoint of a USB device.

308 represents an isochronous endpoint.
315 @param TransferResult A pointer to the detailed result information from the isochronous
318 @retval EFI_SUCCESS The isochronous transfer was completed successfully.
319 @retval EFI_OUT_OF_RESOURCES The isochronous could not be completed due to a lack of resources.
321 @retval EFI_TIMEOUT The isochronous transfer failed due to timeout.
322 @retval EFI_DEVICE_ERROR The isochronous transfer failed due to host controller or device error.
338 Submits nonblocking isochronous transfer to an isochronous endpoint of a USB device.
348 EndPointAddress represents an isochronous endpoint.
350 transfer endpoint is capable of sending or receiving. For isochronous
359 isochronous transfer is completed.
363 @retval EFI_SUCCESS The asynchronous isochronous transfer was completed successfully.
364 @retval EFI_OUT_OF_RESOURCES The asynchronous isochronous could not be completed due to a lack of resources.