Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_desc.c518 if (dlen < LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE) in libusb_parse_bos_descriptor()
523 ss_cap->bLength = LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE; in libusb_parse_bos_descriptor()
H A Dlibusb.h104 #define LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE 10 macro