Searched refs:tegra_xudc_ep (Results 1 – 1 of 1) sorted by relevance
395 struct tegra_xudc_ep { struct462 struct tegra_xudc_ep ep[XUDC_NR_EPS];607 static inline struct tegra_xudc_ep *to_xudc_ep(struct usb_ep *ep) in to_xudc_ep()609 return container_of(ep, struct tegra_xudc_ep, usb_ep); in to_xudc_ep()895 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, in trb_virt_to_phys()908 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, in trb_phys_to_virt()1030 static void tegra_xudc_req_done(struct tegra_xudc_ep *ep, in tegra_xudc_req_done()1057 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke()1068 static unsigned int ep_available_trbs(struct tegra_xudc_ep *ep) in ep_available_trbs()1079 static void tegra_xudc_queue_one_trb(struct tegra_xudc_ep *ep, in tegra_xudc_queue_one_trb()[all …]