Searched defs:num_endpoints (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.h134 uint8_t num_endpoints; member in struct:darwin_device_handle_priv::__darwin_interface
/external/libusb-compat/libusb/
H A Dcore.c416 int num_endpoints = src->bNumEndpoints; local
417 size_t alloc_size = sizeof(struct usb_endpoint_descriptor) * num_endpoints;
425 for (i = 0; i < num_endpoints; i++) {

Completed in 47 milliseconds