Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Du132-hcd.c138 #define ENDP_QUEUE_SIZE (1<<ENDP_QUEUE_SHIFT) macro
139 #define ENDP_QUEUE_MASK (ENDP_QUEUE_SIZE-1)
171 struct urb *urb_list[ENDP_QUEUE_SIZE];
522 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_giveback_urb()
561 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_abandon_urb()
1944 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_int_on_old_endpoint()
2041 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_bulk_on_old_endpoint()
2154 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2204 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2228 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
[all …]