Searched defs:fsg_bulk_cb_wrap (Results 1 – 1 of 1) sorted by relevance
157 struct fsg_bulk_cb_wrap { struct158 __le32 Signature; /* Contains 'USBC' */159 u32 Tag; /* Unique per command id */160 __le32 DataTransferLength; /* Size of the data */161 u8 Flags; /* Direction in bit 7 */162 u8 Lun; /* LUN (normally 0) */163 u8 Length; /* Of the CDB, <= MAX_COMMAND_SIZE */164 u8 CDB[16]; /* Command Data Block */