Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_DEVICE_CAPABILITY_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/libusb/libusb/
Ddescriptor.c799 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()
Dlibusb.h296 #define LIBUSB_DT_DEVICE_CAPABILITY_SIZE 3 macro