Searched refs:s3c_hsotg_req (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ds3c-hsotg.c64 struct s3c_hsotg_req;
107 struct s3c_hsotg_req *req;
174 * struct s3c_hsotg_req - data transfer request
180 struct s3c_hsotg_req { struct
188 static inline struct s3c_hsotg_req *our_req(struct usb_request *req)
190 return container_of(req, struct s3c_hsotg_req, req);
386 struct s3c_hsotg_req *req;
388 req = kzalloc(sizeof(struct s3c_hsotg_req), flags);
421 struct s3c_hsotg_req *hs_req)
462 struct s3c_hsotg_req *hs_re
[all...]

Completed in 29 milliseconds