Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/storage/ !
Dtransport.h65 struct bulk_cs_wrap { struct
66 __le32 Signature; /* should = 'USBS' */
67 __u32 Tag; /* same as original command */
68 __le32 Residue; /* amount not transferred */
69 __u8 Status; /* see below */
70 __u8 Filler[18];
/linux-2.6.39/drivers/staging/keucr/ !
Dtransport.h25 struct bulk_cs_wrap { struct
26 __le32 Signature; /* should = 'USBS' */
27 __u32 Tag; /* same as original command */
28 __le32 Residue; /* amount not transferred */
29 __u8 Status; /* see below */
30 __u8 Filler[18];
/linux-2.6.39/drivers/usb/gadget/ !
Dstorage_common.c175 struct bulk_cs_wrap { struct
176 __le32 Signature; /* Should = 'USBS' */
177 u32 Tag; /* Same as original command */
178 __le32 Residue; /* Amount not transferred */
179 u8 Status; /* See below */
/linux-2.6.39/drivers/block/ !
Dub.c140 struct bulk_cs_wrap { struct
141 __le32 Signature; /* should = 'USBS' */
142 u32 Tag; /* same as original command */
143 __le32 Residue; /* amount not transferred */
144 u8 Status; /* see below */