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