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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h137 uint8_t num_endpoints; member in struct:darwin_device_handle_priv::darwin_interface
H A Ddarwin_usb.c166 for (i = 0 ; i < cInterface->num_endpoints ; i++) {
1134 cInterface->num_endpoints = numep;
1255 cInterface->num_endpoints = 0;
H A Dwindows_usb.c3192 char num_endpoints = 0; local
3202 num_endpoints++;
3204 num_endpoints++;
3207 + LIBUSB_DT_HID_SIZE + num_endpoints * LIBUSB_DT_ENDPOINT_SIZE;
3231 id->bNumEndpoints = num_endpoints;
/external/libusb/libusb/os/
H A Ddarwin_usb.h134 uint8_t num_endpoints; member in struct:darwin_device_handle_priv::__darwin_interface
H A Ddarwin_usb.c130 for (i = 0 ; i < cInterface->num_endpoints ; i++) {
794 cInterface->num_endpoints = numep;
947 cInterface->num_endpoints = 0;
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc401 uint8 num_endpoints; local
402 kr = (*interface_)->GetNumEndpoints(interface_, &num_endpoints);
403 if (kr != KERN_SUCCESS || num_endpoints < 2)
/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors.py299 def num_endpoints(self): member in class:InterfaceDescriptor
317 InterfaceDescriptor.AddComputedField('bNumEndpoints', 'B', 'num_endpoints')
/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 190 milliseconds