Searched defs:s3c_hsotg_ep (Results 1 – 1 of 1) sorted by relevance
130 struct s3c_hsotg_ep { struct131 struct usb_ep ep;132 struct list_head queue;133 struct dwc2_hsotg *parent;134 struct s3c_hsotg_req *req;135 struct dentry *debugfs;137 unsigned long total_data;138 unsigned int size_loaded;139 unsigned int last_load;140 unsigned int fifo_load;[all …]