Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dat91_udc.h85 #define NUM_ENDPOINTS 6 macro
129 struct at91_ep ep[NUM_ENDPOINTS];
Dat91_udc.c849 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
874 for (i = 0; i < NUM_ENDPOINTS; i++) { in reset_gadget()
899 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
1192 if (tmp >= NUM_ENDPOINTS || (tmp && !ep->ep.desc)) in handle_setup()
1215 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1234 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1509 for (i = 1; i < NUM_ENDPOINTS; i++) { in at91_udc_irq()
1618 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91rm9200_udc_init()
1673 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9260_udc_init()
1711 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9261_udc_init()
[all …]
Dlpc32xx_udc.c69 #define NUM_ENDPOINTS 16 macro
174 struct lpc32xx_ep ep[NUM_ENDPOINTS];
1353 for (i = 1; i < NUM_ENDPOINTS; i++) { in uda_usb_reset()
1397 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
1546 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
2166 if ((tmp == 0) || (tmp >= NUM_ENDPOINTS)) in udc_get_status()
2248 (tmp >= NUM_ENDPOINTS)) in udc_handle_ep0_setup()
2806 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_hp_irq()
2831 for (i = 1; i < NUM_ENDPOINTS; i++) { in lpc32xx_usb_devdma_irq()
/drivers/staging/emxx_udc/
Demxx_udc.h50 #define NUM_ENDPOINTS 14 /* Endpoint */ macro
579 struct nbu2ss_ep ep[NUM_ENDPOINTS];
Demxx_udc.c201 for (num = 0; num < NUM_ENDPOINTS - 1; num++) { in _nbu2ss_get_begin_ram_address()
2504 for (epnum = 0; epnum < NUM_ENDPOINTS; epnum++) { in _nbu2ss_udc_irq()
3123 } ep_info[NUM_ENDPOINTS] = {
3170 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_ep_init()
3307 for (i = 0; i < NUM_ENDPOINTS; i++) { in nbu2ss_drv_remove()
/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c90 NUM_ENDPOINTS enumerator
264 for (i = 0, j = 0; i < NUM_ENDPOINTS; i++) { in parse_dt()