Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.h85 #define NUM_ENDPOINTS 6 macro
121 struct at91_ep ep[NUM_ENDPOINTS];
Dat91_udc.c829 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
854 for (i = 0; i < NUM_ENDPOINTS; i++) { in reset_gadget()
879 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
1172 if (tmp >= NUM_ENDPOINTS || (tmp && !ep->ep.desc)) in handle_setup()
1195 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1214 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1489 for (i = 1; i < NUM_ENDPOINTS; i++) { in at91_udc_irq()
1598 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91rm9200_udc_init()
1653 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9260_udc_init()
1691 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9261_udc_init()
[all …]
Dlpc32xx_udc.c83 #define NUM_ENDPOINTS 16 macro
190 struct lpc32xx_ep ep[NUM_ENDPOINTS];
1400 for (i = 1; i < NUM_ENDPOINTS; i++) { in uda_usb_reset()
1444 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
1593 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
2213 if ((tmp == 0) || (tmp >= NUM_ENDPOINTS)) in udc_get_status()
2295 (tmp >= NUM_ENDPOINTS)) in udc_handle_ep0_setup()
2821 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_hp_irq()
2846 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_devdma_irq()
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.h66 #define NUM_ENDPOINTS 14 /* Endpoint */ macro
619 struct nbu2ss_ep ep[NUM_ENDPOINTS];
Demxx_udc.c209 for (num = 0; num < NUM_ENDPOINTS - 1; num++) { in _nbu2ss_get_begin_ram_address()
2575 for (epnum = 0; epnum < NUM_ENDPOINTS; epnum++) { in _nbu2ss_udc_irq()
3230 static const char *gp_ep_name[NUM_ENDPOINTS] = {
3255 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_ep_init()
3395 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_remove()