Home
last modified time | relevance | path

Searched defs:_EFI_USBFN_IO_PROTOCOL (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbFunctionIo.h659 struct _EFI_USBFN_IO_PROTOCOL { struct
660 UINT32 Revision;
661 EFI_USBFN_IO_DETECT_PORT DetectPort;
662 EFI_USBFN_IO_CONFIGURE_ENABLE_ENDPOINTS ConfigureEnableEndpoints;
663 EFI_USBFN_IO_GET_ENDPOINT_MAXPACKET_SIZE GetEndpointMaxPacketSize;
664 EFI_USBFN_IO_GET_DEVICE_INFO GetDeviceInfo;
665 EFI_USBFN_IO_GET_VENDOR_ID_PRODUCT_ID GetVendorIdProductId;
666 EFI_USBFN_IO_ABORT_TRANSFER AbortTransfer;
667 EFI_USBFN_IO_GET_ENDPOINT_STALL_STATE GetEndpointStallState;
668 EFI_USBFN_IO_SET_ENDPOINT_STALL_STATE SetEndpointStallState;
[all …]