Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-rockchip/
Df_rockusb.h82 struct fsg_bulk_cb_wrap { struct
83 __le32 signature; /* Contains 'USBC' */
84 u32 tag; /* Unique per command id */
85 __le32 data_transfer_length; /* Size of the data */
86 u8 flags; /* Direction in bit 7 */
87 u8 lun; /* lun (normally 0) */
88 u8 length; /* Of the CDB, <= MAX_COMMAND_SIZE */
89 u8 CDB[16]; /* Command Data Block */
/external/u-boot/drivers/usb/gadget/
Dstorage_common.c175 struct fsg_bulk_cb_wrap { struct
176 __le32 Signature; /* Contains 'USBC' */
177 u32 Tag; /* Unique per command id */
178 __le32 DataTransferLength; /* Size of the data */
179 u8 Flags; /* Direction in bit 7 */
180 u8 Lun; /* LUN (normally 0) */
181 u8 Length; /* Of the CDB, <= MAX_COMMAND_SIZE */
182 u8 CDB[16]; /* Command Data Block */