Lines Matching refs:dwc2_hsotg_req
37 static inline struct dwc2_hsotg_req *our_req(struct usb_request *req) in our_req()
39 return container_of(req, struct dwc2_hsotg_req, req); in our_req()
387 struct dwc2_hsotg_req *req; in dwc2_hsotg_ep_alloc_request()
421 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_unmap_dma()
494 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_write_fifo()
972 struct dwc2_hsotg_req *hs_req, *treq; in dwc2_gadget_start_isoc_ddma()
1033 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_start_req()
1260 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_start()
1293 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_complete()
1376 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_queue()
1511 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_free_request()
1705 static struct dwc2_hsotg_req *get_ep_head(struct dwc2_hsotg_ep *hs_ep) in get_ep_head()
1707 return list_first_entry_or_null(&hs_ep->queue, struct dwc2_hsotg_req, in get_ep_head()
1724 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_start_next_request()
1756 struct dwc2_hsotg_req *hs_req; in dwc2_hsotg_process_req_feature()
2018 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_enqueue_setup()
2097 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_complete_request()
2161 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_complete_isoc_request_ddma()
2243 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_rx_data()
2384 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_handle_outdone()
2654 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_trytx()
2687 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_complete_in()
2818 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_handle_ep_disabled()
3263 struct dwc2_hsotg_req *req = get_ep_head(ep); in kill_all_requests()
4251 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) in on_list()
4253 struct dwc2_hsotg_req *req, *treq; in on_list()
4270 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_dequeue()