Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMass.h167 struct _USB_MASS_TRANSPORT { struct
168 UINT8 Protocol;
169 USB_MASS_INIT_TRANSPORT Init; ///< Initialize the mass storage transport protocol
170 USB_MASS_EXEC_COMMAND ExecCommand; ///< Transport command to the device then get result
171 USB_MASS_RESET Reset; ///< Reset the device
172 USB_MASS_GET_MAX_LUN GetMaxLun; ///< Get max lun, only for bot
173 USB_MASS_CLEAN_UP CleanUp; ///< Clean up the resources.