Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Du132-hcd.c132 #define ENDP_QUEUE_SIZE (1<<ENDP_QUEUE_SHIFT) macro
133 #define ENDP_QUEUE_MASK (ENDP_QUEUE_SIZE-1)
165 struct urb *urb_list[ENDP_QUEUE_SIZE];
514 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_giveback_urb()
553 if (ENDP_QUEUE_SIZE > --endp->queue_size) { in u132_hcd_abandon_urb()
1929 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_int_on_old_endpoint()
2026 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_bulk_on_old_endpoint()
2139 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2189 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
2213 if (endp->queue_size++ < ENDP_QUEUE_SIZE) { in queue_control_on_old_endpoint()
[all …]