Searched refs:LIBUSB_DT_DEVICE_CAPABILITY_SIZE (Results 1 – 2 of 2) sorted by relevance
799 if (size < LIBUSB_DT_DEVICE_CAPABILITY_SIZE) { in parse_bos()801 size, LIBUSB_DT_DEVICE_CAPABILITY_SIZE); in parse_bos()809 } else if (header->bLength < LIBUSB_DT_DEVICE_CAPABILITY_SIZE) { in parse_bos()
296 #define LIBUSB_DT_DEVICE_CAPABILITY_SIZE 3 macro