Home
last modified time | relevance | path

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

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