Searched refs:s3c_hsotg_req (Results 1 – 2 of 2) sorted by relevance
44 static inline struct s3c_hsotg_req *our_req(struct usb_request *req) in our_req()46 return container_of(req, struct s3c_hsotg_req, req); in our_req()256 struct s3c_hsotg_req *req; in s3c_hsotg_ep_alloc_request()258 req = kzalloc(sizeof(struct s3c_hsotg_req), flags); in s3c_hsotg_ep_alloc_request()290 struct s3c_hsotg_req *hs_req) in s3c_hsotg_unmap_dma()319 struct s3c_hsotg_req *hs_req) in s3c_hsotg_write_fifo()524 struct s3c_hsotg_req *hs_req, in s3c_hsotg_start_req()709 struct s3c_hsotg_req *hs_req = our_req(req); in s3c_hsotg_map_dma()730 struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) in s3c_hsotg_handle_unaligned_buf_start()761 struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) in s3c_hsotg_handle_unaligned_buf_complete()[all …]
88 struct s3c_hsotg_req;134 struct s3c_hsotg_req *req;163 struct s3c_hsotg_req { struct