Linux Kernel
3.7.1
|
#include <s3c2410_udc.h>
Data Fields | |
struct list_head | queue |
unsigned long | last_io |
struct usb_gadget * | gadget |
struct s3c2410_udc * | dev |
struct usb_ep | ep |
u8 | num |
unsigned short | fifo_size |
u8 | bEndpointAddress |
u8 | bmAttributes |
unsigned | halted: 1 |
unsigned | already_seen: 1 |
unsigned | setup_stage: 1 |
Definition at line 17 of file s3c2410_udc.h.
unsigned already_seen |
Definition at line 30 of file s3c2410_udc.h.
u8 bEndpointAddress |
Definition at line 26 of file s3c2410_udc.h.
u8 bmAttributes |
Definition at line 27 of file s3c2410_udc.h.
struct s3c2410_udc* dev |
Definition at line 21 of file s3c2410_udc.h.
Definition at line 22 of file s3c2410_udc.h.
Definition at line 25 of file s3c2410_udc.h.
struct usb_gadget* gadget |
Definition at line 20 of file s3c2410_udc.h.
unsigned halted |
Definition at line 29 of file s3c2410_udc.h.
unsigned long last_io |
Definition at line 19 of file s3c2410_udc.h.
u8 num |
Definition at line 23 of file s3c2410_udc.h.
Definition at line 18 of file s3c2410_udc.h.
unsigned setup_stage |
Definition at line 31 of file s3c2410_udc.h.