Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c395 struct tegra_xudc_ep { struct
462 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()
899 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, in trb_virt_to_phys()
912 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, in trb_phys_to_virt()
1034 static void tegra_xudc_req_done(struct tegra_xudc_ep *ep, in tegra_xudc_req_done()
1061 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke()
1072 static unsigned int ep_available_trbs(struct tegra_xudc_ep *ep) in ep_available_trbs()
1083 static void tegra_xudc_queue_one_trb(struct tegra_xudc_ep *ep, in tegra_xudc_queue_one_trb()
[all …]