Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dusbtty.c39 #define NUM_ENDPOINTS 3 macro
67 static struct usb_endpoint_instance endpoint_instance[NUM_ENDPOINTS+1];
104 static struct usb_endpoint_descriptor *ep_descriptor_ptrs[NUM_ENDPOINTS];
153 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1];
283 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS];
309 .bNumEndpoints = NUM_ENDPOINTS,
674 alternate_instance->endpoints = NUM_ENDPOINTS; in usbtty_init_instances()
687 for (i = 1; i <= NUM_ENDPOINTS; i++) { in usbtty_init_instances()
727 bus_instance->max_endpoints = NUM_ENDPOINTS + 1; in usbtty_init_endpoints()
728 for (i = 1; i <= NUM_ENDPOINTS; i++) { in usbtty_init_endpoints()
[all …]
/external/u-boot/drivers/usb/gadget/
Dat91_udc.h81 #define NUM_ENDPOINTS 6 macro
117 struct at91_ep ep[NUM_ENDPOINTS];
Dci_udc.h9 #define NUM_ENDPOINTS 6 macro
107 struct ci_ep ep[NUM_ENDPOINTS];
Dci_udc.c50 #define ILIST_SZ (NUM_ENDPOINTS * 2 * ILIST_ENT_SZ)
712 for (i = 0; i < NUM_ENDPOINTS; i++) { in handle_setup()
775 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
823 for (i = 1; i < NUM_ENDPOINTS; i++) { in udc_irq()
845 for (i = 0; i < NUM_ENDPOINTS && n; i++) { in udc_irq()
916 const int num = 2 * NUM_ENDPOINTS; in ci_udc_probe()
936 for (i = 0; i < 2 * NUM_ENDPOINTS; i++) { in ci_udc_probe()
981 for (i = 4; i < NUM_ENDPOINTS; i++) { in ci_udc_probe()
Dat91_udc.c641 for (i = 0; i < NUM_ENDPOINTS; i++) { in udc_reinit()
666 for (i = 0; i < NUM_ENDPOINTS; i++) { in reset_gadget()
691 for (i = 0; i < NUM_ENDPOINTS; i++) { in stop_activity()
979 if (tmp >= NUM_ENDPOINTS || (tmp && !ep->ep.desc)) in handle_setup()
1002 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1021 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1295 for (i = 1; i < NUM_ENDPOINTS; i++) { in at91_udc_irq()
1349 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9260_udc_init()
1389 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91sam9261_udc_init()
1515 for (i = 0; i < NUM_ENDPOINTS; i++) { in at91_udc_probe()