Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c64 struct s3c_hsotg_req;
107 struct s3c_hsotg_req *req;
180 struct s3c_hsotg_req { struct
188 static inline struct s3c_hsotg_req *our_req(struct usb_request *req) in our_req() argument
190 return container_of(req, struct s3c_hsotg_req, req); in our_req()
386 struct s3c_hsotg_req *req; in s3c_hsotg_ep_alloc_request()
388 req = kzalloc(sizeof(struct s3c_hsotg_req), flags); in s3c_hsotg_ep_alloc_request()
421 struct s3c_hsotg_req *hs_req) in s3c_hsotg_unmap_dma()
462 struct s3c_hsotg_req *hs_req) in s3c_hsotg_write_fifo()
650 struct s3c_hsotg_req *hs_req, in s3c_hsotg_start_req()
[all …]