Home
last modified time | relevance | path

Searched refs:tegra_xudc_ep (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c396 struct tegra_xudc_ep { struct
463 struct tegra_xudc_ep ep[XUDC_NR_EPS];
608 static inline struct tegra_xudc_ep *to_xudc_ep(struct usb_ep *ep) in to_xudc_ep()
610 return container_of(ep, struct tegra_xudc_ep, usb_ep); in to_xudc_ep()
889 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, in trb_virt_to_phys()
902 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, in trb_phys_to_virt()
1024 static void tegra_xudc_req_done(struct tegra_xudc_ep *ep, in tegra_xudc_req_done()
1051 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke()
1062 static unsigned int ep_available_trbs(struct tegra_xudc_ep *ep) in ep_available_trbs()
1073 static void tegra_xudc_queue_one_trb(struct tegra_xudc_ep *ep, in tegra_xudc_queue_one_trb()
[all …]