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()
386 struct dwc2_hsotg_req *req; in dwc2_hsotg_ep_alloc_request()
420 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_unmap_dma()
493 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_write_fifo()
954 struct dwc2_hsotg_req *hs_req, *treq; in dwc2_gadget_start_isoc_ddma()
1015 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_start_req()
1253 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_start()
1286 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_complete()
1369 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_queue()
1497 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_free_request()
1690 static struct dwc2_hsotg_req *get_ep_head(struct dwc2_hsotg_ep *hs_ep) in get_ep_head()
1692 return list_first_entry_or_null(&hs_ep->queue, struct dwc2_hsotg_req, in get_ep_head()
1709 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_start_next_request()
1741 struct dwc2_hsotg_req *hs_req; in dwc2_hsotg_process_req_feature()
1999 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_enqueue_setup()
2078 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_complete_request()
2142 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_complete_isoc_request_ddma()
2224 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_rx_data()
2351 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_handle_outdone()
2621 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_trytx()
2654 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_complete_in()
2785 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_handle_ep_disabled()
3232 struct dwc2_hsotg_req *req = get_ep_head(ep); in kill_all_requests()
4208 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) in on_list()
4210 struct dwc2_hsotg_req *req, *treq; in on_list()
4227 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_dequeue()