Searched refs:numep (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c764 u_int8_t numep, direction, number; local
772 kresult = (*(cInterface->interface))->GetNumEndpoints(cInterface->interface, &numep);
779 for (i = 1 ; i <= numep ; i++) {
794 cInterface->num_endpoints = numep;

Completed in 269 milliseconds