|
Linux Kernel
3.7.1
|
Data Fields | |
| struct usb_ep | ep |
| struct list_head | queue |
| struct s3c_hsotg * | parent |
| struct s3c_hsotg_req * | req |
| struct dentry * | debugfs |
| unsigned long | total_data |
| unsigned int | size_loaded |
| unsigned int | last_load |
| unsigned int | fifo_load |
| unsigned short | fifo_size |
| unsigned char | dir_in |
| unsigned char | index |
| unsigned int | halted:1 |
| unsigned int | periodic:1 |
| unsigned int | sent_zlp:1 |
| char | name [10] |
Definition at line 108 of file s3c-hsotg.c.
Definition at line 113 of file s3c-hsotg.c.
| unsigned char dir_in |
Definition at line 122 of file s3c-hsotg.c.
Definition at line 109 of file s3c-hsotg.c.
| unsigned int fifo_load |
Definition at line 119 of file s3c-hsotg.c.
Definition at line 120 of file s3c-hsotg.c.
| unsigned int halted |
Definition at line 125 of file s3c-hsotg.c.
| unsigned char index |
Definition at line 123 of file s3c-hsotg.c.
| unsigned int last_load |
Definition at line 118 of file s3c-hsotg.c.
| char name[10] |
Definition at line 129 of file s3c-hsotg.c.
Definition at line 111 of file s3c-hsotg.c.
| unsigned int periodic |
Definition at line 126 of file s3c-hsotg.c.
Definition at line 110 of file s3c-hsotg.c.
| struct s3c_hsotg_req* req |
Definition at line 112 of file s3c-hsotg.c.
| unsigned int sent_zlp |
Definition at line 127 of file s3c-hsotg.c.
| unsigned int size_loaded |
Definition at line 117 of file s3c-hsotg.c.
| unsigned long total_data |
Definition at line 116 of file s3c-hsotg.c.
1.8.2