Searched refs:tegra_xudc_request (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 382 struct tegra_xudc_request { struct 484 struct tegra_xudc_request *ep0_req; 613 static inline struct tegra_xudc_request *to_xudc_req(struct usb_request *req) in to_xudc_req() 615 return container_of(req, struct tegra_xudc_request, usb_req); in to_xudc_req() 1021 struct tegra_xudc_request *req, int status) in tegra_xudc_req_done() 1049 struct tegra_xudc_request *req; in tegra_xudc_ep_nuke() 1052 req = list_first_entry(&ep->queue, struct tegra_xudc_request, in tegra_xudc_ep_nuke() 1070 struct tegra_xudc_request *req, in tegra_xudc_queue_one_trb() 1139 struct tegra_xudc_request *req) in tegra_xudc_queue_trbs() 1211 struct tegra_xudc_request *re in tegra_xudc_ep_ring_doorbell() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 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 *re in tegra_xudc_ep_ring_doorbell() [all...] |
Completed in 7 milliseconds