Searched refs:tegra_xudc_ep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 396 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() 885 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, in trb_virt_to_phys() 898 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, in trb_phys_to_virt() 1020 static void tegra_xudc_req_done(struct tegra_xudc_ep *ep, in tegra_xudc_req_done() 1047 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke() 1058 static unsigned int ep_available_trbs(struct tegra_xudc_ep *ep) in ep_available_trbs() 1069 static void tegra_xudc_queue_one_trb(struct tegra_xudc_ep *e [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 395 struct tegra_xudc_ep { struct 462 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 *e [all...] |
Completed in 8 milliseconds