Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h419 #define NR_PXA_ENDPOINTS (1 + 14) /* ep0 + epA + epB + .. + epX */ macro
463 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS];
H A Dpxa27x_udc.c147 for (i = 0; i < NR_PXA_ENDPOINTS; i++) { in queues_dbg_show()
190 for (i = 0; i < NR_PXA_ENDPOINTS; i++) { in eps_dbg_show()
293 for (i = 1; i < NR_PXA_ENDPOINTS; i++) { in find_pxa_ep()
558 for (i = 1; i < NR_PXA_ENDPOINTS; i++) in pxa_eps_setup()
1670 for (i = 0; i < NR_PXA_ENDPOINTS; i++) { in udc_init_data()