Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Du132-hcd.c2986 int endps = MAX_U132_ENDPS; in u132_remove() local
2995 } while (endps-- > 0) { in u132_remove()
2996 struct u132_endp *endp = u132->endp[endps]; in u132_remove()
3018 int endps = MAX_U132_ENDPS; in u132_initialise() local
3063 while (endps-- > 0) in u132_initialise()
3064 u132->endp[endps] = NULL; in u132_initialise()