Lines Matching defs:s3c_hsotg_ep
100 struct s3c_hsotg_ep { struct
101 struct usb_ep ep;
102 struct list_head queue;
103 struct s3c_hsotg *parent;
104 struct s3c_hsotg_req *req;
105 struct dentry *debugfs;
107 spinlock_t lock;
109 unsigned long total_data;
110 unsigned int size_loaded;
111 unsigned int last_load;
112 unsigned int fifo_load;
113 unsigned short fifo_size;
115 unsigned char dir_in;
116 unsigned char index;
118 unsigned int halted:1;
119 unsigned int periodic:1;
120 unsigned int sent_zlp:1;
122 char name[10];