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

/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c820 if (size < LIBUSB_DT_BOS_SIZE) {
822 size, LIBUSB_DT_BOS_SIZE);
832 if (bos_header.bLength < LIBUSB_DT_BOS_SIZE) {
906 uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0};
914 LIBUSB_DT_BOS_SIZE);
920 if (r < LIBUSB_DT_BOS_SIZE) {
922 r, LIBUSB_DT_BOS_SIZE);
H A Dlibusb.h303 #define LIBUSB_DT_BOS_SIZE 5 macro
312 #define LIBUSB_DT_BOS_MAX_SIZE ((LIBUSB_DT_BOS_SIZE) +\

Completed in 36 milliseconds