Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/udc/
Dtegra-xudc.c397 struct tegra_xudc_ep { struct
464 struct tegra_xudc_ep ep[XUDC_NR_EPS];
609 static inline struct tegra_xudc_ep *to_xudc_ep(struct usb_ep *ep) in to_xudc_ep()
611 return container_of(ep, struct tegra_xudc_ep, usb_ep); in to_xudc_ep()
886 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, in trb_virt_to_phys()
899 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, in trb_phys_to_virt()
1021 static void tegra_xudc_req_done(struct tegra_xudc_ep *ep, in tegra_xudc_req_done()
1048 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke()
1059 static unsigned int ep_available_trbs(struct tegra_xudc_ep *ep) in ep_available_trbs()
1070 static void tegra_xudc_queue_one_trb(struct tegra_xudc_ep *ep, in tegra_xudc_queue_one_trb()
[all …]