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

/external/libusb/libusb/
H A Dlibusb.h143 #define LIBUSB_DT_ENDPOINT_SIZE 7 macro
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h299 #define LIBUSB_DT_ENDPOINT_SIZE 7 macro
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3207 + LIBUSB_DT_HID_SIZE + num_endpoints * LIBUSB_DT_ENDPOINT_SIZE;
3241 ed->bLength = LIBUSB_DT_ENDPOINT_SIZE;
3247 ed = (struct libusb_endpoint_descriptor *)((char*)ed + LIBUSB_DT_ENDPOINT_SIZE);
3251 ed->bLength = LIBUSB_DT_ENDPOINT_SIZE;
H A Dwindows_usb.h154 + LIBUSB_DT_HID_SIZE + 2 * LIBUSB_DT_ENDPOINT_SIZE)

Completed in 76 milliseconds