Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dstorage.h68 struct bulk_cs_wrap { struct
69 __le32 Signature; /* contains 'USBS' */
70 __u32 Tag; /* same as original command */
71 __le32 Residue; /* amount not transferred */
72 __u8 Status; /* see below */
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h99 struct bulk_cs_wrap { struct
100 __le32 signature; /* Should = 'USBS' */
101 u32 tag; /* Same as original command */
102 __le32 residue; /* Amount not transferred */
103 u8 status; /* See below */
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c190 struct bulk_cs_wrap { struct
191 __le32 Signature; /* Should = 'USBS' */
192 u32 Tag; /* Same as original command */
193 __le32 Residue; /* Amount not transferred */
194 u8 Status; /* See below */