Lines Matching refs:tegra_xudc_request
381 struct tegra_xudc_request { struct
483 struct tegra_xudc_request *ep0_req;
612 static inline struct tegra_xudc_request *to_xudc_req(struct usb_request *req) in to_xudc_req()
614 return container_of(req, struct tegra_xudc_request, usb_req); in to_xudc_req()
1031 struct tegra_xudc_request *req, int status) in tegra_xudc_req_done()
1059 struct tegra_xudc_request *req; in tegra_xudc_ep_nuke()
1062 req = list_first_entry(&ep->queue, struct tegra_xudc_request, in tegra_xudc_ep_nuke()
1080 struct tegra_xudc_request *req, in tegra_xudc_queue_one_trb()
1149 struct tegra_xudc_request *req) in tegra_xudc_queue_trbs()
1221 struct tegra_xudc_request *req; in tegra_xudc_ep_ring_doorbell()
1227 req = list_first_entry(&ep->queue, struct tegra_xudc_request, in tegra_xudc_ep_ring_doorbell()
1238 struct tegra_xudc_request *req; in tegra_xudc_ep_kick_queue()
1254 __tegra_xudc_ep_queue(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req) in __tegra_xudc_ep_queue()
1309 struct tegra_xudc_request *req; in tegra_xudc_ep_queue()
1336 struct tegra_xudc_request *req) in squeeze_transfer_ring()
1380 struct tegra_xudc_request *req, in trb_in_request()
1402 struct tegra_xudc_request *req, in trb_before_request()
1422 struct tegra_xudc_request *req) in __tegra_xudc_ep_dequeue()
1425 struct tegra_xudc_request *r = NULL, *iter; in __tegra_xudc_ep_dequeue()
1518 struct tegra_xudc_request *req; in tegra_xudc_ep_dequeue()
1905 struct tegra_xudc_request *req; in tegra_xudc_ep_alloc_request()
1919 struct tegra_xudc_request *req = to_xudc_req(usb_req); in tegra_xudc_ep_free_request()
2634 static struct tegra_xudc_request *
2637 struct tegra_xudc_request *req; in trb_to_request()
2654 struct tegra_xudc_request *req; in tegra_xudc_handle_transfer_completion()