Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Du132-hcd.c137 #define ENDP_QUEUE_SIZE (1<<ENDP_QUEUE_SHIFT) macro
138 #define ENDP_QUEUE_MASK (ENDP_QUEUE_SIZE-1)
170 struct urb *urb_list[ENDP_QUEUE_SIZE];
521 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_giveback_urb()
560 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_abandon_urb()
1940 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_int_on_old_endpoint()
2037 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_bulk_on_old_endpoint()
2150 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2200 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2224 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
[all …]