Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c399 for (i = LAST_EP_INDEX; i > 0; i--) { in xhci_stop_device()
457 for (i = 0; i < LAST_EP_INDEX + 1; i++) { in xhci_ring_device()
Dxhci.h1269 #define LAST_EP_INDEX 30 macro