HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_BOS_SIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 818 if (size < LIBUSB_DT_BOS_SIZE) {
820 size, LIBUSB_DT_BOS_SIZE);
830 if (bos_header.bLength < LIBUSB_DT_BOS_SIZE) {
904 uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0};
912 LIBUSB_DT_BOS_SIZE);
918 if (r < LIBUSB_DT_BOS_SIZE) {
920 r, LIBUSB_DT_BOS_SIZE);
    [all...]
libusb.h 303 #define LIBUSB_DT_BOS_SIZE 5
312 #define LIBUSB_DT_BOS_MAX_SIZE ((LIBUSB_DT_BOS_SIZE) +\
    [all...]

Completed in 29 milliseconds