Lines Matching refs:s3c_hsotg_req

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()
785 struct s3c_hsotg_req *hs_req = our_req(req); in s3c_hsotg_ep_queue()
838 struct s3c_hsotg_req *hs_req = our_req(req); in s3c_hsotg_ep_free_request()
1028 static struct s3c_hsotg_req *get_ep_head(struct s3c_hsotg_ep *hs_ep) in get_ep_head()
1033 return list_first_entry(&hs_ep->queue, struct s3c_hsotg_req, queue); in get_ep_head()
1045 struct s3c_hsotg_req *hs_req; in s3c_hsotg_process_req_feature()
1301 struct s3c_hsotg_req *hs_req = our_req(req); in s3c_hsotg_enqueue_setup()
1371 struct s3c_hsotg_req *hs_req, in s3c_hsotg_complete_request()
1439 struct s3c_hsotg_req *hs_req = hs_ep->req; in s3c_hsotg_rx_data()
1523 struct s3c_hsotg_req *hs_req = hs_ep->req; in s3c_hsotg_handle_outdone()
1807 struct s3c_hsotg_req *hs_req = hs_ep->req; in s3c_hsotg_trytx()
1840 struct s3c_hsotg_req *hs_req = hs_ep->req; in s3c_hsotg_complete_in()
2143 struct s3c_hsotg_req *req, *treq; in kill_all_requests()
2800 static bool on_list(struct s3c_hsotg_ep *ep, struct s3c_hsotg_req *test) in on_list()
2802 struct s3c_hsotg_req *req, *treq; in on_list()
2819 struct s3c_hsotg_req *hs_req = our_req(req); in s3c_hsotg_ep_dequeue()
3629 struct s3c_hsotg_req *req; in ep_show()