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

  /external/libusb/libusb/
descriptor.c 812 if (size < LIBUSB_DT_BOS_SIZE) {
814 size, LIBUSB_DT_BOS_SIZE);
824 if (bos_header.bLength < LIBUSB_DT_BOS_SIZE) {
898 uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0};
906 LIBUSB_DT_BOS_SIZE);
912 if (r < LIBUSB_DT_BOS_SIZE) {
914 r, LIBUSB_DT_BOS_SIZE);
    [all...]
libusb.h 297 #define LIBUSB_DT_BOS_SIZE 5
306 #define LIBUSB_DT_BOS_MAX_SIZE ((LIBUSB_DT_BOS_SIZE) +\
    [all...]

Completed in 119 milliseconds