Searched refs:LIBUSB_DT_BOS_SIZE (Results 1 – 2 of 2) sorted by relevance
457 if (dlen >= LIBUSB_DT_BOS_SIZE && in libusb_parse_bos_descriptor()469 ptr->bLength = LIBUSB_DT_BOS_SIZE; in libusb_parse_bos_descriptor()570 uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0}; in libusb_get_bos_descriptor()581 if (wTotalLength < LIBUSB_DT_BOS_SIZE) in libusb_get_bos_descriptor()
102 #define LIBUSB_DT_BOS_SIZE 5 macro