Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Du132-hcd.c3004 int endps = MAX_U132_ENDPS; in u132_remove() local
3013 } while (endps-- > 0) { in u132_remove()
3014 struct u132_endp *endp = u132->endp[endps]; in u132_remove()
3036 int endps = MAX_U132_ENDPS; in u132_initialise() local
3081 while (endps-- > 0) in u132_initialise()
3082 u132->endp[endps] = NULL; in u132_initialise()