HomeSort by relevance Sort by last modified time
    Searched full:numep (Results 1 - 1 of 1) sorted by null

  /external/libusb/libusb/os/
darwin_usb.c 764 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;
    [all...]

Completed in 219 milliseconds