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.c519 if (dlen < LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE) in libusb_parse_bos_descriptor()
524 ss_cap->bLength = LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE; in libusb_parse_bos_descriptor()
H A Dlibusb.h105 #define LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE 10 macro