Home
last modified time | relevance | path

Searched defs:s3c_hsotg_ep (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c103 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;
[all …]