Lines Matching refs:dwc2_hsotg_req
36 static inline struct dwc2_hsotg_req *our_req(struct usb_request *req) in our_req()
38 return container_of(req, struct dwc2_hsotg_req, req); in our_req()
398 struct dwc2_hsotg_req *req; in dwc2_hsotg_ep_alloc_request()
432 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_unmap_dma()
505 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_write_fifo()
983 struct dwc2_hsotg_req *hs_req, *treq; in dwc2_gadget_start_isoc_ddma()
1035 struct dwc2_hsotg_req *hs_req,
1050 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_start_req()
1285 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_start()
1318 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_complete()
1405 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_queue()
1544 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_free_request()
1732 static struct dwc2_hsotg_req *get_ep_head(struct dwc2_hsotg_ep *hs_ep) in get_ep_head()
1734 return list_first_entry_or_null(&hs_ep->queue, struct dwc2_hsotg_req, in get_ep_head()
1750 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_start_next_request()
1778 struct dwc2_hsotg_req *hs_req; in dwc2_hsotg_process_req_feature()
2041 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_enqueue_setup()
2120 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_complete_request()
2184 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_complete_isoc_request_ddma()
2266 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_rx_data()
2394 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_handle_outdone()
2655 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_trytx()
2688 struct dwc2_hsotg_req *hs_req = hs_ep->req; in dwc2_hsotg_complete_in()
2827 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_handle_ep_disabled()
2891 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_handle_out_token_ep_disabled()
2959 struct dwc2_hsotg_req *hs_req; in dwc2_gadget_handle_nak()
3295 struct dwc2_hsotg_req *req = get_ep_head(ep); in kill_all_requests()
4313 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) in on_list()
4315 struct dwc2_hsotg_req *req, *treq; in on_list()
4332 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_ep_dequeue()