Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dat91_udc.h81 #define NUM_ENDPOINTS 6 macro
125 struct at91_ep ep[NUM_ENDPOINTS];
Dat91_udc.c833 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
858 for (i = 0; i < NUM_ENDPOINTS; i++) { in reset_gadget()
883 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
1176 if (tmp >= NUM_ENDPOINTS || (tmp && !ep->ep.desc)) in handle_setup()
1199 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1218 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1493 for (i = 1; i < NUM_ENDPOINTS; i++) { in at91_udc_irq()
1602 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91rm9200_udc_init()
1657 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9260_udc_init()
1695 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9261_udc_init()
[all …]
Dlpc32xx_udc.c56 #define NUM_ENDPOINTS 16 macro
161 struct lpc32xx_ep ep[NUM_ENDPOINTS];
1340 for (i = 1; i < NUM_ENDPOINTS; i++) { in uda_usb_reset()
1384 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
1533 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
2153 if ((tmp == 0) || (tmp >= NUM_ENDPOINTS)) in udc_get_status()
2235 (tmp >= NUM_ENDPOINTS)) in udc_handle_ep0_setup()
2793 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_hp_irq()
2818 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_devdma_irq()
/Linux-v4.19/drivers/staging/emxx_udc/
Demxx_udc.h42 #define NUM_ENDPOINTS 14 /* Endpoint */ macro
571 struct nbu2ss_ep ep[NUM_ENDPOINTS];
Demxx_udc.c192 for (num = 0; num < NUM_ENDPOINTS - 1; num++) { in _nbu2ss_get_begin_ram_address()
2478 for (epnum = 0; epnum < NUM_ENDPOINTS; epnum++) { in _nbu2ss_udc_irq()
3084 } ep_info[NUM_ENDPOINTS] = {
3131 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_ep_init()
3268 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_remove()