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

/u-boot/drivers/usb/gadget/
H A Dat91_udc.h81 #define NUM_ENDPOINTS 6 macro
117 struct at91_ep ep[NUM_ENDPOINTS];
H A Dci_udc.h9 #define NUM_ENDPOINTS 6 macro
107 struct ci_ep ep[NUM_ENDPOINTS];
H A Dci_udc.c54 #define ILIST_SZ (NUM_ENDPOINTS * 2 * ILIST_ENT_SZ)
763 for (i = 0; i < NUM_ENDPOINTS; i++) {
826 for (i = 0; i < NUM_ENDPOINTS; i++) {
874 for (i = 1; i < NUM_ENDPOINTS; i++) {
896 for (i = 0; i < NUM_ENDPOINTS && n; i++) {
970 const int num = 2 * NUM_ENDPOINTS;
990 for (i = 0; i < 2 * NUM_ENDPOINTS; i++) {
1035 for (i = 4; i < NUM_ENDPOINTS; i++) {
H A Dat91_udc.c644 for (i = 0; i < NUM_ENDPOINTS; i++) {
669 for (i = 0; i < NUM_ENDPOINTS; i++) {
694 for (i = 0; i < NUM_ENDPOINTS; i++) {
982 if (tmp >= NUM_ENDPOINTS || (tmp && !ep->ep.desc))
1005 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS)
1024 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS)
1298 for (i = 1; i < NUM_ENDPOINTS; i++) {
1352 for (i = 0; i < NUM_ENDPOINTS; i++) {
1392 for (i = 0; i < NUM_ENDPOINTS; i++) {
1518 for (i = 0; i < NUM_ENDPOINTS;
[all...]
/u-boot/drivers/serial/
H A Dusbtty.c41 #define NUM_ENDPOINTS 3 macro
69 static struct usb_endpoint_instance endpoint_instance[NUM_ENDPOINTS+1];
106 static struct usb_endpoint_descriptor *ep_descriptor_ptrs[NUM_ENDPOINTS];
141 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1];
271 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS];
297 .bNumEndpoints = NUM_ENDPOINTS,
659 alternate_instance->endpoints = NUM_ENDPOINTS;
672 for (i = 1; i <= NUM_ENDPOINTS; i++) {
712 bus_instance->max_endpoints = NUM_ENDPOINTS + 1;
713 for (i = 1; i <= NUM_ENDPOINTS;
[all...]

Completed in 119 milliseconds