Searched defs:s3c_hsotg_ep (Results 1 – 1 of 1) sorted by relevance
100 struct s3c_hsotg_ep { struct101 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;[all …]