Linux Kernel
3.7.1
|
Data Fields | |
void * | buf |
enum fsg_buffer_state | state |
struct fsg_buffhd * | next |
unsigned int | bulk_out_intended_length |
struct usb_request * | inreq |
int | inreq_busy |
struct usb_request * | outreq |
int | outreq_busy |
Definition at line 256 of file storage_common.c.
Definition at line 257 of file storage_common.c.
unsigned int bulk_out_intended_length |
Definition at line 266 of file storage_common.c.
struct usb_request * inreq |
Definition at line 268 of file storage_common.c.
int inreq_busy |
Definition at line 269 of file storage_common.c.
struct fsg_buffhd * next |
Definition at line 259 of file storage_common.c.
struct usb_request * outreq |
Definition at line 270 of file storage_common.c.
int outreq_busy |
Definition at line 271 of file storage_common.c.
enum fsg_buffer_state state |
Definition at line 258 of file storage_common.c.