Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Du132-hcd.c133 #define ENDP_QUEUE_SIZE (1<<ENDP_QUEUE_SHIFT) macro
134 #define ENDP_QUEUE_MASK (ENDP_QUEUE_SIZE-1)
166 struct urb *urb_list[ENDP_QUEUE_SIZE];
517 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_giveback_urb()
556 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_abandon_urb()
1932 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_int_on_old_endpoint()
2029 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_bulk_on_old_endpoint()
2142 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2192 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2216 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
[all …]