Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_desc.c652 if (dev_cap->bLength < LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE) in libusb_get_ss_usb_device_capability_descriptor()
659 desc->bLength = LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE; in libusb_get_ss_usb_device_capability_descriptor()
H A Dlibusb.h108 #define LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE 10 macro