Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h84 struct fsg_bulk_cb_wrap { struct
85 __le32 signature; /* Contains 'USBC' */
86 u32 tag; /* Unique per command id */
87 __le32 data_transfer_length; /* Size of the data */
88 u8 flags; /* Direction in bit 7 */
89 u8 lun; /* lun (normally 0) */
90 u8 length; /* Of the CDB, <= MAX_COMMAND_SIZE */
91 u8 CDB[16]; /* Command Data Block */
/openbmc/u-boot/drivers/usb/gadget/
H A 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 */