Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c462 #define XUDC_NR_EPS 32 macro
463 struct tegra_xudc_ep ep[XUDC_NR_EPS];
3217 dma_alloc_coherent(xudc->dev, XUDC_NR_EPS * in tegra_xudc_alloc_eps()
3253 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context), in tegra_xudc_alloc_eps()
3274 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context), in tegra_xudc_free_eps()