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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c61 struct s3c_hsotg_req;
104 struct s3c_hsotg_req *req;
171 * struct s3c_hsotg_req - data transfer request
177 struct s3c_hsotg_req { struct
185 static inline struct s3c_hsotg_req *our_req(struct usb_request *req)
187 return container_of(req, struct s3c_hsotg_req, req);
383 struct s3c_hsotg_req *req;
385 req = kzalloc(sizeof(struct s3c_hsotg_req), flags);
418 struct s3c_hsotg_req *hs_req)
459 struct s3c_hsotg_req *hs_re
[all...]

Completed in 59 milliseconds