Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1943 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_int_on_old_endpoint()
2040 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_bulk_on_old_endpoint()
2153 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2203 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2227 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
[all …]