Searched defs:fsg_bulk_cb_wrap (Results 1 – 1 of 1) sorted by relevance
176 struct fsg_bulk_cb_wrap { struct177 __le32 Signature; /* Contains 'USBC' */178 u32 Tag; /* Unique per command id */179 __le32 DataTransferLength; /* Size of the data */180 u8 Flags; /* Direction in bit 7 */181 u8 Lun; /* LUN (normally 0) */182 u8 Length; /* Of the CDB, <= MAX_COMMAND_SIZE */183 u8 CDB[16]; /* Command Data Block */