Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c387 for (i = LAST_EP_INDEX; i > 0; i--) { in xhci_stop_device()
425 for (i = 0; i < LAST_EP_INDEX + 1; i++) { in xhci_ring_device()
Dxhci.h1168 #define LAST_EP_INDEX 30 macro